TextProposalDataArgs constructor

TextProposalDataArgs(
  1. String title,
  2. String description
)

Implementation

TextProposalDataArgs(this.title, this.description) {
  type = CosmosConstants.COSMOS_TEXT_PROPOSAL_SOFTWARE_UPGRADE_PROPOSAL;
}