isAvailable property

bool get isAvailable

Whether a model is loaded and process can be called.

Implementation

bool get isAvailable => _handle != null && _handle != nullptr;