int? get maxSize => _$this._maxSize;
set maxSize(covariant int? maxSize) => _$this._maxSize = maxSize;