Address.fromJson(Map<String, dynamic> json) : this(json['description'], json['place_id'], List.from(json['types']));