packagePath property
String
get
packagePath
The absolute packagePath where this coverage file exists.
Implementation
String get packagePath => p.dirname(p.dirname(file.absolute.path));
The absolute packagePath where this coverage file exists.
String get packagePath => p.dirname(p.dirname(file.absolute.path));