path property
String
get
path
The full path to the file
Implementation
String get path => p.join(_outputDirectory, _fileName);
The full path to the file
String get path => p.join(_outputDirectory, _fileName);