* Create flags from object value * @param {!number} other Object value * @returns {!State} Created flags
(other)
| 585 | * @returns {!State} Created flags |
| 586 | */ |
| 587 | static fromObject (other) { |
| 588 | return new State(other) |
| 589 | } |
| 590 | } |
| 591 | |
| 592 | // noinspection PointlessArithmeticExpressionJS |