isLoaded property

bool isLoaded

Returns true if this state is already loaded. See onLoad and waitLoaded.

Implementation

bool get isLoaded => _loaded;