ProductDisplayListLoaded constructor

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

Implementation

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