Dart
dart:io
FileSystemEvent
type property
type
FileSystemEvent class
Properties
isDirectory
path
type
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
ALL
all
CREATE
create
DELETE
delete
MODIFY
modify
MOVE
move
type property
int
type
final
The type of event. See
FileSystemEvent
for a list of events.
Implementation
final int type