DnaIdentityResponse constructor

DnaIdentityResponse({
  1. String jsonrpc,
  2. int id,
  3. DnaIdentityResponseResult result,
  4. DnaIdentityResponseError error,
})

Implementation

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