isWatchSupported property Null safety

bool isWatchSupported
override

Tests if FileSystemEntity.watch is supported on the current system.

Implementation

@override
bool get isWatchSupported => io.FileSystemEntity.isWatchSupported;