ShopFrontListLoaded constructor

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

Implementation

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