CreateProposalOutput constructor

CreateProposalOutput({
  1. String? proposalId,
})

Implementation

CreateProposalOutput({
  this.proposalId,
});