GoalEventDetails constructor
GoalEventDetails({
- List<
GoalEventDetailsEventConditions> ? eventConditions, - bool? useEventValue,
Implementation
GoalEventDetails({
this.eventConditions,
this.useEventValue,
});