FsEvent class

Represents a unique file system event yielded by a {@linkcode Deno.FsWatcher}.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

FsEvent({Kind? kind, List<String>? paths, FsEventFlag? flag})
factory

Properties

flag FsEventFlag?

Available on FsEvent, provided by the FsEvent$Typings extension

Any additional flags associated with the event.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind Kind

Available on FsEvent, provided by the FsEvent$Typings extension

The kind/type of the file system event.
getter/setter pair
paths List<String>

Available on FsEvent, provided by the FsEvent$Typings extension

An array of paths that are associated with the file system event.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited