MultiQueryTransformer class

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

This QueryTransformer will accept multiple QueryTransformer objects and perform all the transformations to a given query.

Implemented types

Constructors

MultiQueryTransformer(List<QueryTransformer> _qs)
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