* Create struct from object value * @param {!StructNested} other Object value * @returns {!StructNested} Created struct
(other)
| 11186 | * @returns {!StructNested} Created struct |
| 11187 | */ |
| 11188 | static fromObject (other) { |
| 11189 | return new StructNested().copy(other) |
| 11190 | } |
| 11191 | |
| 11192 | /** |
| 11193 | * Get the FBE type |