type property
FileSystemEntityType?
get
type
The type of the object (file, directory, or link). If the call to stat() fails, the type of the returned object is NOT_FOUND.
Implementation
FileSystemEntityType? get type;