Map<String, dynamic> toJson() => { "city": city, "country": country, "line1": line1, "line2": line2, "postal_code": postalCode, "state": state, };