isReady property

bool get isReady

Whether the model is ready for inference.

Implementation

bool get isReady => _initialized;