QueryContractsByCodeIdResponse constructor

const QueryContractsByCodeIdResponse({
  1. List<ContractInfoWithAddress> contractInfos = const [],
})

Implementation

const QueryContractsByCodeIdResponse({this.contractInfos = const []});