FileSystemDirectoryReader class
The interface of the File and Directory Entries API lets you access the FileSystemFileEntry-based objects (generally FileSystemFileEntry or FileSystemDirectoryEntry) representing each entry in a directory.
- Available extensions
- Annotations
- 
    - @JS.new()
- @staticInterop
 
Constructors
- FileSystemDirectoryReader()
- 
          
            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
- 
  readEntries(FileSystemEntriesCallback successCallback, [ErrorCallback? errorCallback]) → void 
- 
      Available on FileSystemDirectoryReader, provided by the PropsFileSystemDirectoryReader extension 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited