objects property

Iterable<T> get objects

Get all objects (for type-based filtering)

Implementation

Iterable<T> get objects => _objects.values;