getAll method

List<MemoryLog> getAll()

Implementation

List<MemoryLog> getAll() {
  return _logs.reversed.toList();
}