Dart SDK
dart:io
FileSystemEntity
isFile
method
isFile
FileSystemEntity
Static properties
isWatchSupported
Static methods
identical
identicalSync
type
typeSync
isLink
isFile
isDirectory
isLinkSync
isFileSync
isDirectorySync
parentOf
Properties
path
uri
isAbsolute
absolute
parent
Constructors
FileSystemEntity
Methods
exists
existsSync
rename
renameSync
resolveSymbolicLinks
resolveSymbolicLinksSync
stat
statSync
delete
deleteSync
watch
Future
<
bool
>
isFile
(
String
path
)
Checks if type(path) returns FileSystemEntityType.FILE.