QueryContractsByCodeResponse constructor

const QueryContractsByCodeResponse({
  1. List<String> contracts = const [],
  2. PageResponse? pagination,
})

Implementation

const QueryContractsByCodeResponse({
  this.contracts = const [],
  this.pagination,
});