Dir constructor

Dir(
  1. String path,
  2. {Disk? io}
)

Implementation

Dir(String path, {Disk? io}) : super(path, type: EntityType.dir, io: io);