interpreters property

List<Interpreter> get interpreters

All interpreters in the pool, in creation order.

Useful for consumers that need to associate per-slot state (e.g., pre-allocated buffers) with each interpreter via a map.

Implementation

List<Interpreter> get interpreters => List.unmodifiable(_interpreters);