MetaExpression class

Inheritance

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

add(Expression expression) Expression
inherited
and(Expression expression) Expression
inherited
equalTo(Expression expression) Expression
inherited
from(String alias) Expression
greaterThan(Expression expression) Expression
inherited
greaterThanOrEqualTo(Expression expression) Expression
inherited
lessThan(Expression expression) Expression
inherited
lessThanOrEqualTo(Expression expression) Expression
inherited
like(Expression expression) Expression
inherited
multiply(Expression expression) Expression
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEqualTo(Expression expression) Expression
inherited
or(Expression expression) Expression
inherited
regex(Expression expression) Expression
inherited
subtract(Expression expression) Expression
inherited
toString() String
A string representation of this object.
inherited

Operators

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