video_player
dart:io
FileSystemEvent
constant ALL
ALL
class FileSystemEvent
Properties
isDirectory
path
type
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
ALL
CREATE
DELETE
MODIFY
MOVE
int
ALL
=
CREATE | MODIFY | DELETE | MOVE
Bitfield for
FileSystemEntity.watch
, for enabling all of
CREATE
,
MODIFY
,
DELETE
and
MOVE
.
property ALL