WhereCondition class final

A type that represents a where condition.

Implemented types

Constructors

WhereCondition(Operand leftOperand, ClauseOperator clauseOperator, Operand rightOperand)
Creates a new where condition.

Properties

clauseOperator ClauseOperator
The operator of the condition.
final
hashCode int
The hash code for this object.
no setteroverride
leftOperand Operand
The left operand of the condition.
final
rightOperand Operand
The right operand of the condition.
final
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.
override

Operators

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