* Create struct from object value * @param {!StructVector} other Object value * @returns {!StructVector} Created struct
(other)
| 15611 | * @returns {!StructVector} Created struct |
| 15612 | */ |
| 15613 | static fromObject (other) { |
| 15614 | return new StructVector().copy(other) |
| 15615 | } |
| 15616 | |
| 15617 | /** |
| 15618 | * Get the FBE type |