instances property

Iterable<T> instances

Returns the instances of this map.

Implementation

Iterable<T> get instances => _map.values;