WhereClause class

Constructors

WhereClause(Object field, {Object? arrayContains, Iterable<Object?>? arrayContainsAny, Object? isEqualTo, Object? isGreaterThan, Object? isGreaterThanOrEqualTo, Object? isLessThan, Object? isLessThanOrEqualTo, Object? isNotEqualTo, bool? isNull, Iterable<Object?>? whereIn, Iterable<Object?>? whereNotIn})

Properties

arrayContains Object?
final
arrayContainsAny Iterable<Object?>?
final
field Object
final
hashCode int
The hash code for this object.
no setterinherited
isEqualTo Object?
final
isGreaterThan Object?
final
isGreaterThanOrEqualTo Object?
final
isLessThan Object?
final
isLessThanOrEqualTo Object?
final
isNotEqualTo Object?
final
isNull bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
whereIn Iterable<Object?>?
final
whereNotIn Iterable<Object?>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited