folderPath property

String? folderPath

Implementation

String? get folderPath {
  final finalPath = _path;

  return finalPath == null ? null : p.dirname(finalPath);
}