int? get maxLength => _$this._maxLength;
set maxLength(covariant int? maxLength) => _$this._maxLength = maxLength;