Map<String, dynamic> toJson() { return { 'street': street, 'city': city, 'state': state, 'postalCode': postalCode, 'country': country, }; }