retrace
dartclient_demin
RetracedLine
RetracedLine constructor
RetracedLine
retrace
dartclient_demin
RetracedLine
RetracedLine constructor
RetracedLine class
Constructors
RetracedLine
notLocated
notParsed
Properties
col
line
located
parsed
raw
source
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
RetracedLine
constructor
RetracedLine
(
String
source
,
String
raw
,
int
line
int
col
)
Implementation
RetracedLine(this.source, this.raw, this.line, this.col): parsed = true, located = true;