* Create struct from object value * @param {!StructOptional} other Object value * @returns {!StructOptional} Created struct
(other)
| 6417 | * @returns {!StructOptional} Created struct |
| 6418 | */ |
| 6419 | static fromObject (other) { |
| 6420 | return new StructOptional().copy(other) |
| 6421 | } |
| 6422 | |
| 6423 | /** |
| 6424 | * Get the FBE type |