* Create struct from object value * @param {!Account} other Object value * @returns {!Account} Created struct
(other)
| 3079 | * @returns {!Account} Created struct |
| 3080 | */ |
| 3081 | static fromObject (other) { |
| 3082 | return new Account().copy(other) |
| 3083 | } |
| 3084 | |
| 3085 | /** |
| 3086 | * Get the FBE type |