QueryContractsByCodeResponse constructor
const
QueryContractsByCodeResponse({
- List<
String> contracts = const [], - PageResponse? pagination,
Implementation
const QueryContractsByCodeResponse({
this.contracts = const [],
this.pagination,
});