parent property

  1. @override
Directory parent
override

The directory containing this. If this is a root directory, returns this.

Implementation

@override
Directory get parent => throw UnsupportedError('fse.parent');