Tag enum
Values
- typeBool → const Tag
- typeDouble → const Tag
- typeInt → const Tag
- typeList → const Tag
- typeMapEntry → const Tag
- typeMap → const Tag
- typeNull → const Tag
- typeSet → const Tag
- typeString → const Tag
- nodeAdjacentStrings → const Tag
- nodeBooleanLiteral → const Tag
- nodeBinaryExpression → const Tag
- nodeDoubleLiteral → const Tag
- nodeIntegerLiteral → const Tag
- nodeInterpolationExpression → const Tag
- nodeListLiteral → const Tag
- nodeMapEntryLiteral → const Tag
- nodeMapLiteral → const Tag
- nodeNullLiteral → const Tag
- nodePrefixedIdentifier → const Tag
- nodePropertyAccess → const Tag
- nodeSetLiteral → const Tag
- nodeSimpleIdentifier → const Tag
- nodeSimpleStringLiteral → const Tag
- nodeStringInterpolation → const Tag
- nodeUnknownExpression → const Tag
- objectComputedValue → const Tag
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