path property

  1. @override
String get path
override

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;