ListedItemListLoaded constructor Null safety

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

Implementation

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