sourceFile property
File
get
sourceFile
Returns a File instance for the current stackframe
Implementation
File get sourceFile => frames[0].sourceFile;
Returns a File instance for the current stackframe
File get sourceFile => frames[0].sourceFile;