FileSystemFileEntry class
The interface of the File System API represents a file in a file
system. It offers properties describing the file's attributes, as
well as the file()
method, which creates a File object that
can be used to read the file.
FileSystemEntry
FileSystemFileEntry
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- FileSystemFileEntry()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited