BatchGetOrdersResponse constructor

BatchGetOrdersResponse({
  1. List<Order>? orders,
})

Implementation

BatchGetOrdersResponse({this.orders});