getAll method

List<Memory> getAll()

All stored memories as an unmodifiable list.

Implementation

List<Memory> getAll() => List.unmodifiable(_store.values);