builtInModels top-level property

List<String> get builtInModels

The set of model ids known to the built-in pricing table.

Order is stable for snapshot testing.

Implementation

List<String> get builtInModels => List<String>.unmodifiable(_table.keys);