SearchSuggestionCity constructor

SearchSuggestionCity({
  1. String? city,
  2. String? citycode,
  3. String? adcode,
})

Implementation

SearchSuggestionCity({this.city, this.citycode, this.adcode});