ExplorerFile constructor

ExplorerFile(
  1. ExplorerSource explorerSource,
  2. File ioFile,
  3. String dirPath,
  4. String filename,
  5. StorageListeners storageListeners, {
  6. FileMode mode = FileMode.write,
  7. Encoding encoding = utf8,
  8. bool flush = false,
})

Implementation

ExplorerFile(
  this.explorerSource,
  this.ioFile,
  this.dirPath,
  this.filename,
  this.storageListeners, {
  this.mode = FileMode.write,
  this.encoding = utf8,
  this.flush = false,
});