ValueExpression class
- Inheritance
-
- Object
- Expression
- ValueExpression
- Available extensions
Constructors
- ValueExpression(dynamic value)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
final
Methods
-
asc(
) → Sort -
Available on Expression, provided by the ExpressionFilterExtension extension
Creates a Sort that orders ascending by this expression. -
contains(
dynamic other) → Filter -
Available on Expression, provided by the ExpressionFilterExtension extension
Convenience method for creating a CompareFilter which matches if this containsother. -
desc(
) → Sort -
Available on Expression, provided by the ExpressionFilterExtension extension
Creates a Sort that orders descending by this expression. -
equals(
dynamic other) → Filter -
Available on Expression, provided by the ExpressionFilterExtension extension
Convenience method for creating a CompareFilter which matches if this equalsother. -
greaterOrEqual(
dynamic other) → Filter -
Available on Expression, provided by the ExpressionFilterExtension extension
Convenience method for creating a CompareFilter which matches if this is greater than or equalsother. -
greaterThan(
dynamic other) → Filter -
Available on Expression, provided by the ExpressionFilterExtension extension
Convenience method for creating a CompareFilter which matches if this is greater thanother. -
isIn(
dynamic other) → Filter -
Available on Expression, provided by the ExpressionFilterExtension extension
Convenience method for creating a CompareFilter which matches if this is inother. -
lessOrEqual(
dynamic other) → Filter -
Available on Expression, provided by the ExpressionFilterExtension extension
Convenience method for creating a CompareFilter which matches if this is less than or equalsother. -
lessThan(
dynamic other) → Filter -
Available on Expression, provided by the ExpressionFilterExtension extension
Convenience method for creating a CompareFilter which matches if this is less thanother. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notEquals(
dynamic other) → Filter -
Available on Expression, provided by the ExpressionFilterExtension extension
Convenience method for creating a CompareFilter which matches if this does not equalother. -
sort(
bool ascending) → Sort -
Available on Expression, provided by the ExpressionFilterExtension extension
Creates a Sort that orders by this expression. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited