instances property
Iterable<T>
get
instances
Returns the instances of this map.
Implementation
Iterable<T> get instances => _map.values;
Returns the instances of this map.
Iterable<T> get instances => _map.values;