DnaGetBalanceResponseResult constructor

DnaGetBalanceResponseResult({
  1. String stake,
  2. String balance,
  3. int nonce,
})

Implementation

DnaGetBalanceResponseResult({
  this.stake,
  this.balance,
  this.nonce,
});