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