watchMap property

Map<FileSystemEntity, StreamSubscription<FileSystemEvent>?> watchMap
getter/setter pair

Implementation

Map<FileSystemEntity, StreamSubscription<FileSystemEvent>?> watchMap =
    <FileSystemEntity, StreamSubscription<FileSystemEvent>?>{};