ProductListUpdated constructor

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

Implementation

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