userDataFromJson function
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 : ""
Implementation
UserData userDataFromJson(String str) => UserData.fromJson(json.decode(str));