isLoaded property

bool isLoaded

Whether this component has completed its onLoad step.

Implementation

bool get isLoaded => (_state & _loaded) != 0;