ProductDisplayListUpdated constructor

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

Implementation

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