contractDeployResponseFromJson function

ContractDeployResponse? contractDeployResponseFromJson(
  1. String? str
)

Implementation

ContractDeployResponse contractDeployResponseFromJson(String str) =>
    ContractDeployResponse.fromJson(json.decode(str));