WalletListRequest constructor
WalletListRequest({
- String? clientId,
- String? secret,
- WalletISOCurrencyCode? isoCurrencyCode,
- String? cursor,
- int? count,
Implementation
WalletListRequest({
this.clientId,
this.secret,
this.isoCurrencyCode,
this.cursor,
this.count,
});