notIn method

Filter notIn(
  1. List<Comparable> values
)

Implementation

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