ContractDeployResponseError constructor

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

Implementation

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