Map<String, dynamic> toJson() { return { 'country': country, 'city': city, 'street': street, 'street_number': streetNumber, 'zip': zip, }; }