* Create struct from object value * @param {!StructSet} other Object value * @returns {!StructSet} Created struct
(other)
| 18673 | * @returns {!StructSet} Created struct |
| 18674 | */ |
| 18675 | static fromObject (other) { |
| 18676 | return new StructSet().copy(other) |
| 18677 | } |
| 18678 | |
| 18679 | /** |
| 18680 | * Get the FBE type |