NotGroup constructor
      const
      NotGroup(
    
- Filter filter
Negate a filter.
Matches when any of the filter doesn't matches.
Implementation
const NotGroup(this.filter);Negate a filter.
Matches when any of the filter doesn't matches.
const NotGroup(this.filter);