Fetch all elements from this collection as a list
List<T> getAll() { return List.from(_map.values); }