values property

List<T> get values

Returns list of items from the store

Implementation

List<T> get values {
  return _inMemoryStore.values.toList();
}