toData method

Implementation

CancelSoftwareUpgradeProposalDataArgs toData() {
  return CancelSoftwareUpgradeProposalDataArgs()
    ..description = description
    ..title = title;
}