neq method
A shortcut for where
with Operator.notEquals.
Implementation
RT neq(FieldName fieldName, dynamic value) =>
where(fieldName, Operator.notEquals, value);
A shortcut for where
with Operator.notEquals.
RT neq(FieldName fieldName, dynamic value) =>
where(fieldName, Operator.notEquals, value);