getCountries method

List getCountries()

Implementation

List<dynamic> getCountries() {
  return countriesList;
}