ListedItemListLoaded constructor Null safety
- {bool? mightHaveMore,
- List<
ListedItemModel?> ? values = const []}
Implementation
const ListedItemListLoaded({this.mightHaveMore, this.values = const []});
const ListedItemListLoaded({this.mightHaveMore, this.values = const []});