getIterable property

Iterable<ItemState> Function(GlobalState state) getIterable
final

Extracts the iterable collection from the global state.

Implementation

final Iterable<ItemState> Function(GlobalState state) getIterable;