ShopListLoaded constructor

const ShopListLoaded({
  1. bool? mightHaveMore,
  2. List<ShopModel?>? values = const [],
})

Implementation

const ShopListLoaded({this.mightHaveMore, this.values = const []});