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