ContractEstimateDeployResponseError constructor

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

Implementation

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