TagToken class

A token representing a tag (!foo).

Implemented types

Constructors

TagToken(FileSpan span, String? handle, String suffix)

Properties

handle → String?
The tag handle for named tags.
final
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
suffix → String
The tag suffix.
final
type → TokenType
no setteroverride

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