DnaSendTransactionResponseError constructor

DnaSendTransactionResponseError({
  1. int code,
  2. String message,
})

Implementation

DnaSendTransactionResponseError({
  this.code,
  this.message,
});