WalletListResponse constructor

WalletListResponse({
  1. required List<Wallet> wallets,
  2. String? nextCursor,
  3. required String requestId,
})

Implementation

WalletListResponse({
  required this.wallets,
  this.nextCursor,
  required this.requestId,
});