OrderOverviewListUpdated constructor

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

Implementation

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