toJson method
Implementation
Map<String, String?> toJson() {
return {
"street": street,
"district": district,
"city": city,
"state": state,
"postalCode": postalCode,
"country": country,
"readableAddress": readableAddress,
};
}