sourcePath property
String
get
sourcePath
returns the full path for the current stackframe file
Implementation
String get sourcePath => sourceFile.path;
returns the full path for the current stackframe file
String get sourcePath => sourceFile.path;