ParseErrorLocation class
The chosen error location: a [rangeStart, rangeEnd) span to underline and
an optional human hint about the structural cause.
Constructors
- ParseErrorLocation({required int offset, required int rangeStart, required int rangeEnd, String? hint})
-
const
Properties
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