OrderListLoaded constructor

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

Implementation

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