NsFileCoordinatorEntity constructor

NsFileCoordinatorEntity(
  1. String url,
  2. String name,
  3. bool isDir,
  4. int length,
)

Implementation

NsFileCoordinatorEntity(this.url, this.name, this.isDir, this.length);