Dart
dart:io
FileSystemEvent
ALL
constant
ALL
FileSystemEvent class
Properties
isDirectory
path
type
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
ALL
all
CREATE
create
DELETE
delete
MODIFY
modify
MOVE
move
ALL constant
int
const
ALL
=
create | modify | delete | move
Implementation
static const int ALL = create | modify | delete | move