ParameterChangeProposal constructor

ParameterChangeProposal(
  1. String title,
  2. String description,
  3. List<ParamChange> changes
)

Implementation

ParameterChangeProposal(this.title, this.description, this.changes);