UGoldOrderListResponse constructor

UGoldOrderListResponse({
  1. required List<UGoldOrderResponse> items,
  2. String? nextCursor,
})

Implementation

UGoldOrderListResponse({required this.items, this.nextCursor});