Expression_Variant enum
Values
- constant → const Expression_Variant
- variable → const Expression_Variant
- condition → const Expression_Variant
- geoDistance → const Expression_Variant
- datetime → const Expression_Variant
- datetimeKey → const Expression_Variant
- mult → const Expression_Variant
- sum → const Expression_Variant
- div → const Expression_Variant
- neg → const Expression_Variant
- abs → const Expression_Variant
- sqrt → const Expression_Variant
- pow → const Expression_Variant
- exp → const Expression_Variant
- log10 → const Expression_Variant
- ln → const Expression_Variant
- expDecay → const Expression_Variant
- gaussDecay → const Expression_Variant
- linDecay → const Expression_Variant
- notSet → const Expression_Variant
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
Expression_Variant> - A constant List of the values in this enum, in order of their declaration.