WalletGetResponse constructor

WalletGetResponse({
  1. String? walletId,
  2. WalletBalance? balance,
  3. String? requestId,
})

Implementation

WalletGetResponse({
  this.walletId,
  this.balance,
  this.requestId,
});