InAppQuery class

Constructors

InAppQuery(Object field, {Object? isEqualTo, Object? isNotEqualTo, Object? isLessThan, Object? isLessThanOrEqualTo, Object? isGreaterThan, Object? isGreaterThanOrEqualTo, Object? arrayContains, Object? arrayNotContains, Iterable<Object?>? arrayContainsAny, Iterable<Object?>? arrayNotContainsAny, Iterable<Object?>? whereIn, Iterable<Object?>? whereNotIn, bool? isNull})
const
InAppQuery.filter(Filter filter)
const
InAppQuery.path(InAppFieldPath path)
const

Properties

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

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