QueryContractInfoResponse constructor

const QueryContractInfoResponse({
  1. String? contractAddress,
  2. ContractInfo? contractInfo,
})

Implementation

const QueryContractInfoResponse({this.contractAddress, this.contractInfo});