SoftwareUpgradeProposal constructor

SoftwareUpgradeProposal(
  1. String title,
  2. String description,
  3. Plan? plan
)

Implementation

SoftwareUpgradeProposal(this.title, this.description, this.plan);