* Create struct from object value * @param {!StructArray} other Object value * @returns {!StructArray} Created struct
(other)
| 13970 | * @returns {!StructArray} Created struct |
| 13971 | */ |
| 13972 | static fromObject (other) { |
| 13973 | return new StructArray().copy(other) |
| 13974 | } |
| 13975 | |
| 13976 | /** |
| 13977 | * Get the FBE type |