WalletGetResponse constructor
WalletGetResponse({
- String? walletId,
- WalletBalance? balance,
- String? requestId,
Implementation
WalletGetResponse({
this.walletId,
this.balance,
this.requestId,
});