toMap method
Implementation
Map<String, dynamic> toMap() => {
"street_2": street2,
"city": city,
"street_1": street1,
"region_id": regionId,
"id": id,
"country_id": countryId,
"google_place_id": googlePlaceId,
"name": name,
"status": status,
};