ErrorNode class

error

Inheritance

Constructors

ErrorNode(String error, {int start = 0, int end = 0, int lineStart = 0, int lineNumber = 1})

Properties

code List<int>
no setteroverride
end int
errors end position.
final
error String
final
hashCode int
The hash code for this object.
no setterinherited
lineNumber int
errors lineNumber.
final
lineStart int
errors lineStart position.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setteroverride
start int
errors start position.
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