isNotIn method
A shortcut for where
with Operator.notInList.
Implementation
RT isNotIn(FieldName fieldName, Iterable<dynamic> values) =>
where(fieldName, Operator.notInList, values);
A shortcut for where
with Operator.notInList.
RT isNotIn(FieldName fieldName, Iterable<dynamic> values) =>
where(fieldName, Operator.notInList, values);