TextStartWithQuery class

To learn more on how to use this in an application, look at FirebaseRepository.query.

Use to query documents where the text in the given field starts with the given containText.

Implemented types

Constructors

TextStartWithQuery(String _field, String _containText)
To learn more on how to use this in an application, look at FirebaseRepository.query.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform(Query<Object?> q) → Query<Object?>
Override this method to implement the way you want to transform the given Query q.
override

Operators

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