Proposition_Value enum

Inheritance
Available extensions

Values

locked → const Proposition_Value
digest → const Proposition_Value
digitalSignature → const Proposition_Value
heightRange → const Proposition_Value
tickRange → const Proposition_Value
exactMatch → const Proposition_Value
lessThan → const Proposition_Value
greaterThan → const Proposition_Value
equalTo → const Proposition_Value
threshold → const Proposition_Value
not → const Proposition_Value
and → const Proposition_Value
or → const Proposition_Value
notSet → const Proposition_Value

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