model property

ClassificationModel? get model

Gets the current model instance.

Returns the loaded ClassificationModel instance, or null if no model has been loaded yet. This is primarily used for testing and advanced use cases.

Note: This getter is mainly for internal use and testing. Most applications should use isModelLoaded to check model status.

Implementation

ClassificationModel? get model => _model;