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