all property
Returns all registered ModelSpecs (validated and unvalidated).
Useful for listing available models in a CLI command. Check
the model's validation state via _validated before presenting it as
user-selectable.
Implementation
static Iterable<ModelSpec> get all => _catalog.values;