Dart
dart:io
FileSystemEvent
MOVE
constant
MOVE
Dart
dart:io
FileSystemEvent
MOVE
constant
FileSystemEvent class
Properties
hashCode
isDirectory
path
runtimeType
type
Methods
noSuchMethod
toString
Operators
operator ==
Constants
ALL
all
CREATE
create
DELETE
delete
MODIFY
modify
MOVE
move
description
MOVE
constant
Null safety
int
const
MOVE
@
Deprecated
("Use move instead")
Implementation
@Deprecated("Use move instead") static const int MOVE = 1 << 3;