getAll method

List<Country> getAll()

Return list with all countries

Implementation

List<Country> getAll() {
  return _countries;
}