notIn method

CollQLFilter notIn(
  1. List<Comparable> values
)

Implementation

CollQLFilter notIn(List<Comparable> values) => where(this).notIn(values);