* Create struct from object value * @param {!Account} other Object value * @returns {!Account} Created struct
(other)
| 2928 | * @returns {!Account} Created struct |
| 2929 | */ |
| 2930 | static fromObject (other) { |
| 2931 | return new Account().copy(other) |
| 2932 | } |
| 2933 | |
| 2934 | /** |
| 2935 | * Get the FBE type |