getAll method

  1. @override
List<T> getAll()
override

Gets all of the values of the store

Implementation

@override
List<T> getAll() {
  _checkInitialized();
  return values;
}