ListBuilder<int> get value => _$this._value ??= ListBuilder<int>();
set value(covariant ListBuilder<int>? value) => _$this._value = value;