storeIds property

ListBuilder<String> get storeIds

Implementation

ListBuilder<String> get storeIds =>
    _$this._storeIds ??= ListBuilder<String>();
set storeIds (ListBuilder<String>? storeIds)

Implementation

set storeIds(ListBuilder<String>? storeIds) => _$this._storeIds = storeIds;