ConditionGoals constructor
ConditionGoals({})
Implementation
ConditionGoals({
required this.metricId,
required this.metricName,
required this.conditionOperator,
required this.value,
required this.timeframe,
});