idle property

bool idle

Returns true if is not initialized yet and not initializing.

Implementation

bool get idle => !initialized && !initializing;