AddressComponents.fromJson(Map<String, dynamic> json) { longText = json['longText']; shortText = json['shortText']; types = json['types'].cast<String>(); }