path property
The path that triggered the event.
Depending on the platform and the FileSystemEntity, the path may be relative.
Implementation
@override
String get path => fileSystemEvent.path;
The path that triggered the event.
Depending on the platform and the FileSystemEntity, the path may be relative.
@override
String get path => fileSystemEvent.path;