items property
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);
Items fetched from the provider ordered by their T
values.
Use compare to describe the order.
late final SortedObsMap<K, T> items = SortedObsMap(compare);