data property

List<StoreItem>? get data

Implementation

List<StoreItem>? get data => _data;