OrderListUpdated constructor

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

Implementation

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