notin method

Filter notin(
  1. List<Comparable> value
)

Implementation

Filter notin(List<Comparable> value) => NotInFilter(field, value);