* Create struct from object value * @param {!StructBytes} other Object value * @returns {!StructBytes} Created struct
(other)
| 12725 | * @returns {!StructBytes} Created struct |
| 12726 | */ |
| 12727 | static fromObject (other) { |
| 12728 | return new StructBytes().copy(other) |
| 12729 | } |
| 12730 | |
| 12731 | /** |
| 12732 | * Get the FBE type |