OpBuiltin enum
Values
- value → const OpBuiltin
- variable → const OpBuiltin
- slot → const OpBuiltin
- unknown → const OpBuiltin
- not → const OpBuiltin
- negate → const OpBuiltin
- equals → const OpBuiltin
- notEquals → const OpBuiltin
- in_ → const OpBuiltin
- lessThan → const OpBuiltin
- lessThanOrEquals → const OpBuiltin
- greaterThan → const OpBuiltin
- greaterThanOrEquals → const OpBuiltin
- and → const OpBuiltin
- or → const OpBuiltin
- add → const OpBuiltin
- subtract → const OpBuiltin
- multiply → const OpBuiltin
- contains → const OpBuiltin
- containsAll → const OpBuiltin
- containsAny → const OpBuiltin
- getAttribute → const OpBuiltin
- hasAttribute → const OpBuiltin
- like → const OpBuiltin
- is_ → const OpBuiltin
- ifThenElse → const OpBuiltin
- set → const OpBuiltin
- record → const OpBuiltin
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
-
toJson(
) → String -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited