ExplorerDirectory constructor

ExplorerDirectory(
  1. ExplorerSource explorerSource,
  2. Directory ioDirectory,
  3. String directoryName,
  4. String shortPath,
  5. StorageListeners storageListeners,
)

Implementation

ExplorerDirectory(
  this.explorerSource,
  this.ioDirectory,
  this.directoryName,
  this.shortPath,
  this.storageListeners,
);