isReady property

bool get isReady

Returns true if all models are loaded and ready for inference.

You must call initialize before this returns true.

Implementation

bool get isReady => _worker?.isReady ?? false;