SegmentFilter constructor

SegmentFilter({
  1. bool? not,
  2. SequenceSegment? sequenceSegment,
  3. SimpleSegment? simpleSegment,
})

Implementation

SegmentFilter({
  this.not,
  this.sequenceSegment,
  this.simpleSegment,
});