instances property

Iterable<Squid> get instances

Returns all the Squid instances that have been created.

Implementation

static Iterable<Squid> get instances => List.unmodifiable(_instances.values);