isModelLoaded property

bool get isModelLoaded

Whether a model is loaded.

Implementation

bool get isModelLoaded => _session != null;