* Create struct from object value * @param {!Balance} other Object value * @returns {!Balance} Created struct
(other)
| 2143 | * @returns {!Balance} Created struct |
| 2144 | */ |
| 2145 | static fromObject (other) { |
| 2146 | return new Balance().copy(other) |
| 2147 | } |
| 2148 | |
| 2149 | /** |
| 2150 | * Get the FBE type |