folderPath property
String?
get
folderPath
Implementation
String? get folderPath {
final finalPath = _path;
return finalPath == null ? null : p.dirname(finalPath);
}
String? get folderPath {
final finalPath = _path;
return finalPath == null ? null : p.dirname(finalPath);
}