type property - FileStat class - dart:io library (original) (raw)
FileSystemEntityType type
final
The type of the underlying file system object.
FileSystemEntityType.notFound if stat or statSync failed.
Implementation
final FileSystemEntityType type;