ShopListUpdated constructor

const ShopListUpdated({
  1. List<ShopModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const ShopListUpdated({this.value, this.mightHaveMore});