ScalarToken class
A scalar value.
- Implemented types
Constructors
- ScalarToken(FileSpan span, String value, ScalarStyle style)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- span → FileSpan
-
final
- style → ScalarStyle
-
The style of the scalar in the original source.
final
- type → TokenType
-
no setteroverride
- value → String
-
The unparsed contents of the value..
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited