kind property

FileSystemKind get kind

Returns the type of entry. file if the associated entry is a file or directory.

Implementation

FileSystemKind get kind => FileSystemKind.values.byName(getProperty(this, "kind"));