SegmentFilter constructor
SegmentFilter({
- bool? not,
- SequenceSegment? sequenceSegment,
- SimpleSegment? simpleSegment,
Implementation
SegmentFilter({
this.not,
this.sequenceSegment,
this.simpleSegment,
});