FileSystemEvent classsealed
Base event class emitted byFileSystemEntity.watch.
Properties
- hashCode→int
- The hash code for this object.no setterinherited
- isDirectory→bool
- Whether the event target is a directory.final
- path→String
- The path that triggered the event.final
- runtimeType→Type
- A representation of the runtime type of the object.no setterinherited
- type→int
- The type of event. SeeFileSystemEvent for a list of events.final
Methods
- noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited
Constants
- all→ constint
- Bitfield forFileSystemEntity.watch, for enabling all ofcreate,modify,delete andmove.
- create→ constint
- Bitfield forFileSystemEntity.watch, to enableFileSystemCreateEvents.
- delete→ constint
- Bitfield forFileSystemEntity.watch, to enableFileSystemDeleteEvents.
- modify→ constint
- Bitfield forFileSystemEntity.watch, to enableFileSystemModifyEvents.
- move→ constint
- Bitfield forFileSystemEntity.watch, to enableFileSystemMoveEvents.