isInitialized property
Whether the scope has reached AsyncScopeReady.
Implementation
@override
bool get isInitialized => model.state is AsyncScopeReady;
Whether the scope has reached AsyncScopeReady.
@override
bool get isInitialized => model.state is AsyncScopeReady;