isLoaded property
bool
get
isLoaded
Returns true
if this state is already loaded.
See onLoad and waitLoaded.
Implementation
bool get isLoaded => _loaded;
Returns true
if this state is already loaded.
See onLoad and waitLoaded.
bool get isLoaded => _loaded;