NotGroup constructor

const NotGroup(
  1. Filter filter
)

Negate a filter.

Matches when any of the filter doesn't matches.

Implementation

const NotGroup(this.filter);