items property

SortedObsMap<K, T> items
latefinal

Items fetched from the provider ordered by their T values.

Use compare to describe the order.

Implementation

late final SortedObsMap<K, T> items = SortedObsMap(compare);