userDocumentListResponseModelFromJson function

UserDocumentListResponseModel userDocumentListResponseModelFromJson(
  1. String str
)

document_data : {"users_document_ID":"2","type":"master_user","master_user_id":"81865","document_number":"123456789","document_type_ID":"1","document_type":"Aadhar Card","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_name":"1689765670_81865_blue.png","document_photo_back":"","document_photo_back_name":""},{"users_document_ID":"3","type":"master_user","master_user_id":"81865","document_number":"123456789","document_type_ID":"1","document_type":"Aadhar Card","document_photo_front":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/kyc/1689765890_81865_blue.png","document_photo_front_name":"1689765890_81865_blue.png","document_photo_back":"","document_photo_back_name":""} success : 1 message : ""

Implementation

UserDocumentListResponseModel userDocumentListResponseModelFromJson(String str) => UserDocumentListResponseModel.fromJson(json.decode(str));