TextProposal constructor

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

Implementation

TextProposal(this.title, this.description);