GetProposalOutput constructor

GetProposalOutput({
  1. Proposal? proposal,
})

Implementation

GetProposalOutput({
  this.proposal,
});