SearchSuggestionCity.fromJson constructor

SearchSuggestionCity.fromJson(
  1. Map<String, dynamic> json
)

Implementation

SearchSuggestionCity.fromJson(Map<String, dynamic> json) {
  city = json['city'];
  citycode = json['citycode'];
  adcode = json['adcode'];
}