notIn method

Condition notIn (
  1. List<int> list
)

Implementation

Condition notIn(List<int> list) {
  return notInList(list);
}