stat abstract method

Stat stat(
  1. String path,
  2. {EntityType type = EntityType.file}
)

Returns Stat for Entity.

Implementation

Stat stat(
  String path, {
  EntityType type = EntityType.file,
});