* Create struct from object value * @param {!Balance} other Object value * @returns {!Balance} Created struct
(other)
| 1989 | * @returns {!Balance} Created struct |
| 1990 | */ |
| 1991 | static fromObject (other) { |
| 1992 | return new Balance().copy(other) |
| 1993 | } |
| 1994 | |
| 1995 | /** |
| 1996 | * Get the FBE type |