lineNo property

int get lineNo

Returns the filename for the current stackframe

Implementation

int get lineNo => frames[0].lineNo;