ParameterChangeProposal constructor
ParameterChangeProposal(
- String title,
- String description,
- List<
ParamChange> changes
Implementation
ParameterChangeProposal(this.title, this.description, this.changes);