ListedItemListUpdated constructor Null safety

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

Implementation

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