SimpleCondition constructor
SimpleCondition({
- EventCondition? eventCondition,
- SegmentCondition? segmentCondition,
- SegmentDimensions? segmentDimensions,
Implementation
SimpleCondition({
this.eventCondition,
this.segmentCondition,
this.segmentDimensions,
});