ParserLocation class

Constructors

ParserLocation([int firstLine = 1, int lastLine = 0, int firstColumn = 1, int lastColumn = 0])

Properties

firstColumn int
getter/setter pair
firstLine int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastColumn int
getter/setter pair
lastLine int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() ParserLocation
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