sourceFile property

File get sourceFile

Returns a File instance for the current stackframe

Implementation

File get sourceFile {
  return frames![0].sourceFile;
}