isLoaded property

bool get isLoaded
inherited

Whether onLoad has completed.

update is skipped until this is true.

Implementation

bool get isLoaded => _loaded;