SustainableGoal constructor

SustainableGoal({
  1. String? id,
  2. String? displayName,
  3. double? score,
})

Implementation

SustainableGoal({
  this.id,
  this.displayName,
  this.score,
});