QueryContractAddressResponse constructor

const QueryContractAddressResponse({
  1. String? contractAddress,
})

Implementation

const QueryContractAddressResponse({this.contractAddress});