GoalEventDetails constructor

GoalEventDetails({
  1. List<GoalEventDetailsEventConditions>? eventConditions,
  2. bool? useEventValue,
})

Implementation

GoalEventDetails({this.eventConditions, this.useEventValue});