SolArray(this.elementType, [this.fixedLength]) { if (fixedLength != null && fixedLength! <= 0) { throw ArgumentError('Fixed array length must be > 0'); } }