$PerformanceGoal constructor

$PerformanceGoal({
  1. String? performanceGoalAmountMicros,
  2. String? performanceGoalPercentageMicros,
  3. String? performanceGoalString,
  4. String? performanceGoalType,
})

Implementation

$PerformanceGoal({
  this.performanceGoalAmountMicros,
  this.performanceGoalPercentageMicros,
  this.performanceGoalString,
  this.performanceGoalType,
});