dataFromJson function
user_data : {"user_id":"57958","cp_code":"CP3350","first_name":"vrushik","last_name":"","company_name":"Individual","contact_no":"91 9632587410","email_address":"vrushik@coronation.in","profile_image":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/users/profile/dummy_user.png","birthdate":"Jan 19, 2038","birthdate_time":"2147483647","address":"506 salt pixels","rera_no":""} member_data : {"property_sold":0,"member_type":"Preferred","property_to_be_sold":4,"beacme_member_type":"Silver"}
Implementation
Data dataFromJson(String str) => Data.fromJson(json.decode(str));