Stat constructor
- {required String path,
- required EntityType type,
- required int size,
- required DateTime created,
- String? relativePath}
Implementation
Stat({
required this.path,
required this.type,
required this.size,
required this.created,
this.relativePath,
});