toMap method
Implementation
Map<String, dynamic> toMap() => {
"id": id,
"first_name": firstName,
"last_name": lastName,
"phone": phone,
"email": email,
"address": address,
"city": city,
"post_code": postCode,
"landmark": landmark,
"country_code": countryCode,
"region_code": regionCode,
"local_area_code": localAreaCode,
"google_place_id": googlePlaceId,
"google_map_search_payload": googleMapSearchPayload,
"customer_id": customerId,
};