toData method

Implementation

TextProposalDataArgs toData() {
  return TextProposalDataArgs(title, description);
}