attachmentsFromJson function

Attachments attachmentsFromJson(
  1. String str
)

id : "24" file_type : "jpg" file_name : "https://www.reecosys.com/api/assets/uploads/2024/11/image_cropper_1732620360174-1732620363.jpg" created_at : "26-11-2024"

Implementation

Attachments attachmentsFromJson(String str) => Attachments.fromJson(json.decode(str));