entries property

Iterable<(Type, ComponentStore)> get entries

Stores with their component types.

Implementation

Iterable<(Type, ComponentStore)> get entries =>
    _stores.entries.map((entry) => (entry.key, entry.value));