DnaGetBalanceResponse constructor

DnaGetBalanceResponse({
  1. String jsonrpc,
  2. int id,
  3. DnaGetBalanceResponseResult result,
  4. DnaGetBalanceResponseError error,
})

Implementation

DnaGetBalanceResponse({
  this.jsonrpc,
  this.id,
  this.result,
  this.error,
});