documentTypeResponseModelFromJson function

DocumentTypeResponseModel documentTypeResponseModelFromJson(
  1. String str
)

total_records : 7 success : 1 message : "7 records found." document_type_data : {"document_type_ID":"7","document_type":"GST","document":{"users_document_ID":"","type":"","master_user_id":"","document_number":"","document_type_ID":"","document_type":"","document_photo_front":"","document_photo_front_full":"","document_photo_front_name":"","document_photo_back":"","document_photo_back_full":"","document_photo_back_name":""}},{"document_type_ID":"6","document_type":"Rera certificate","document":{"users_document_ID":"","type":"","master_user_id":"","document_number":"","document_type_ID":"","document_type":"","document_photo_front":"","document_photo_front_full":"","document_photo_front_name":"","document_photo_back":"","document_photo_back_full":"","document_photo_back_name":""}},{"document_type_ID":"5","document_type":"Driving Licence","document":{"users_document_ID":"","type":"","master_user_id":"","document_number":"","document_type_ID":"","document_type":"","document_photo_front":"","document_photo_front_full":"","document_photo_front_name":"","document_photo_back":"","document_photo_back_full":"","document_photo_back_name":""}},{"document_type_ID":"4","document_type":"Passport","document":{"users_document_ID":"","type":"","master_user_id":"","document_number":"","document_type_ID":"","document_type":"","document_photo_front":"","document_photo_front_full":"","document_photo_front_name":"","document_photo_back":"","document_photo_back_full":"","document_photo_back_name":""}},{"document_type_ID":"3","document_type":"Voter ID","document":{"users_document_ID":"","type":"","master_user_id":"","document_number":"","document_type_ID":"","document_type":"","document_photo_front":"","document_photo_front_full":"","document_photo_front_name":"","document_photo_back":"","document_photo_back_full":"","document_photo_back_name":""}},{"document_type_ID":"2","document_type":"Pan Card","document":{"users_document_ID":"","type":"","master_user_id":"","document_number":"","document_type_ID":"","document_type":"","document_photo_front":"","document_photo_front_full":"","document_photo_front_name":"","document_photo_back":"","document_photo_back_full":"","document_photo_back_name":""}},{"document_type_ID":"1","document_type":"Aadhar Card","document":{"users_document_ID":"2","type":"master_user","master_user_id":"81865","document_number":"123456789","document_type_ID":"1","document_type":"","document_photo_front":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/kyc/1689765670_81865_blue.png","document_photo_front_full":"https://www.reecosys.com/assets/uploads/kyc/1689765670_81865_blue.png","document_photo_front_name":"1689765670_81865_blue.png","document_photo_back":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/kyc/1689774086_81865_Screenshot_20230621_142251_One_UI_Home.jpg","document_photo_back_full":"https://www.reecosys.com/assets/uploads/kyc/1689774086_81865_Screenshot_20230621_142251_One_UI_Home.jpg","document_photo_back_name":"1689774086_81865_Screenshot_20230621_142251_One_UI_Home.jpg"}}

Implementation

DocumentTypeResponseModel documentTypeResponseModelFromJson(String str) => DocumentTypeResponseModel.fromJson(json.decode(str));