SimpleCondition constructor

SimpleCondition({
  1. EventCondition? eventCondition,
  2. SegmentCondition? segmentCondition,
  3. SegmentDimensions? segmentDimensions,
})

Implementation

SimpleCondition({
  this.eventCondition,
  this.segmentCondition,
  this.segmentDimensions,
});