getAll method

List<MPCategory> getAll()
inherited

Fetch all elements from this collection as a list

Implementation

List<T> getAll() {
  return List.from(_map.values);
}