toData method

Implementation

SoftwareUpgradeProposalDataArgs toData() {
  return SoftwareUpgradeProposalDataArgs()
    ..description = description
    ..title = title
    ..plan = plan;
}