UGoldTransactionListResponse constructor

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

Implementation

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