* Create struct from object value * @param {!StructSimple} other Object value * @returns {!StructSimple} Created struct
(other)
| 2105 | * @returns {!StructSimple} Created struct |
| 2106 | */ |
| 2107 | static fromObject (other) { |
| 2108 | return new StructSimple().copy(other) |
| 2109 | } |
| 2110 | |
| 2111 | /** |
| 2112 | * Get the FBE type |