VersionDirectiveToken class

A token representing a %YAML directive.

Implemented types

Constructors

VersionDirectiveToken(FileSpan span, int major, int minor)

Properties

hashCode int
The hash code for this object.
no setterinherited
major int
The declared major version of the document.
final
minor int
The declared minor version of the document.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span → FileSpan
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