toData method

Implementation

ParameterChangeProposalDataArgs toData() {
  return ParameterChangeProposalDataArgs()
    ..description = description
    ..title = title
    ..changes = ParamChangesExtensions.toData(changes);
}