* Create struct from object value * @param {!StructList} other Object value * @returns {!StructList} Created struct
(other)
| 17252 | * @returns {!StructList} Created struct |
| 17253 | */ |
| 17254 | static fromObject (other) { |
| 17255 | return new StructList().copy(other) |
| 17256 | } |
| 17257 | |
| 17258 | /** |
| 17259 | * Get the FBE type |