list static method

List<City> list()

listele

Implementation

static List<City> list() {
  return data.map(City.fromJson).toList();
}