items property

List<T> items

A list of models from the local store at the time that the snapshot was generated

Implementation

List<T> get items => _sortedList.toList();