modelId property
override
Stable identifier of the loaded model, matching a ModelCatalog entry.
Should be persisted alongside the vector index so a later model swap can
be detected and the index rebuilt. Example: bge-small-en-v1.5.
Implementation
@override
String get modelId => _spec.id;