QueryOperatorBuilder class final
Constructors
- QueryOperatorBuilder(QueryBuilder builder)
-
const
Properties
- builder → QueryBuilder
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
and(
) → QueryBuilder -
build(
) → Query -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
or(
) → QueryBuilder -
orderBy(
String column, {OrderByDirection direction = OrderByDirection.asc, bool nullsLast = false}) → QueryOperatorBuilder -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited