findAll property

Iterable<TModel> get findAll

All the items.

Implementation

Iterable<TModel> get findAll => items.values;