Span class

A source span from a start position (head) to an end position (anchor);

Constructors

Span(Position head, Position anchor)
Span.fromProxy(dynamic obj)

Properties

anchor Position
final
hashCode int
The hash code for this object.
no setteroverride
final
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
toProxy() JsObject
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override