isInitialized property

bool get isInitialized

Has the watch function been called once to initialize its dependencies.

Implementation

bool get isInitialized => !_observer._initialCall;