GoalEventDetailsEventConditions constructor

GoalEventDetailsEventConditions({
  1. String? comparisonType,
  2. String? comparisonValue,
  3. String? expression,
  4. String? matchType,
  5. String? type,
})

Implementation

GoalEventDetailsEventConditions({
  this.comparisonType,
  this.comparisonValue,
  this.expression,
  this.matchType,
  this.type,
});