DnaGetBalanceResponse constructor
DnaGetBalanceResponse({
- String jsonrpc,
- int id,
- DnaGetBalanceResponseResult result,
- DnaGetBalanceResponseError error,
Implementation
DnaGetBalanceResponse({
this.jsonrpc,
this.id,
this.result,
this.error,
});