lineNo property
int
get
lineNo
Returns the filename for the current stackframe
Implementation
int get lineNo {
return frames![0].lineNo;
}
Returns the filename for the current stackframe
int get lineNo {
return frames![0].lineNo;
}