isInitialized property

  1. @override
bool get isInitialized
override

Whether the scope has reached AsyncScopeReady.

Implementation

@override
bool get isInitialized => model.state is AsyncScopeReady;