documentOtherDataFromJson function

DocumentOtherData documentOtherDataFromJson(
  1. String str
)

project_document_id : 394 project_id : "47" url : "https://www.reecosys.com/assets/uploads/project/file/other_1674564729_30.pdf" url_name : "other_1674564729_30.pdf" icon_full : "" icon : "" type : "Brochure" created_at : "Mar 27, 2023"

Implementation

DocumentOtherData documentOtherDataFromJson(String str) => DocumentOtherData.fromJson(json.decode(str));