lineNo property Null safety

int lineNo

Returns the filename for the current stackframe

Implementation

int get lineNo {
  return frames![0].lineNo;
}