isReady property

  1. @override
bool isReady
inherited

Whether the watcher is initialized and watching for changes.

This is true if and only if ready is complete.

Implementation

@override
bool get isReady => _readyCompleter.isCompleted;