ConditionType enum

The type of dynamic filter conditions.

For lists, at least one of the values in the list has to match. For isNull, the entire list hast to be null.

Inheritance

Constructors

ConditionType()
const

Values

eq → const ConditionType
gt → const ConditionType
lt → const ConditionType
between → const ConditionType
startsWith → const ConditionType
endsWith → const ConditionType
contains → const ConditionType
matches → const ConditionType
isNull → const ConditionType

Properties

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<ConditionType>
A constant List of the values in this enum, in order of their declaration.