QueryParamsResponse constructor

const QueryParamsResponse({
  1. VotingParams? votingParams,
  2. DepositParams? depositParams,
  3. TallyParams? tallyParams,
  4. Params? params,
})

Implementation

const QueryParamsResponse({
  this.votingParams,
  this.depositParams,
  this.tallyParams,
  this.params,
});