OperatorType enum

Inheritance
Available extensions

Values

lessThan → const OperatorType
const OperatorType._('lessThan')
lessThanOrEqualTo → const OperatorType
const OperatorType._('lessThanOrEqualTo')
greaterThan → const OperatorType
const OperatorType._('greaterThan')
greaterThanOrEqualTo → const OperatorType
const OperatorType._('greaterThanOrEqualTo')
equalTo → const OperatorType
const OperatorType._('equalTo')
notEqualTo → const OperatorType
const OperatorType._('notEqualTo')
matches → const OperatorType
const OperatorType._('matches')
like → const OperatorType
const OperatorType._('like')
beginsWith → const OperatorType
const OperatorType._('beginsWith')
endsWith → const OperatorType
const OperatorType._('endsWith')
inRange → const OperatorType
const OperatorType._('in')
customSelector → const OperatorType
const OperatorType._('customSelector')
contains → const OperatorType
const OperatorType._('contains')
between → const OperatorType
const OperatorType._('between')

Properties

code String
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Operators

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

Constants

values → const List<OperatorType>
A constant List of the values in this enum, in order of their declaration.