not static method

Filter not(
  1. Filter f
)

Creates a Filter that matches entries that don't match on f.

Implementation

static Filter not(Filter f) => Filter(TYPE_NOT, null, null, [f]);