parent property - FileSystemEntity class - dart:io library (original) (raw)
Directory getparent
The parent directory of this entity.
Implementation
Directory get parent => new Directory(parentOf(path));
Directory getparent
The parent directory of this entity.
Directory get parent => new Directory(parentOf(path));