cityDataFromJson function

CityData cityDataFromJson(
  1. String str
)

id : "779" name : "Abrama"

Implementation

CityData cityDataFromJson(String str) => CityData.fromJson(json.decode(str));