attachmentsFromJson function

Attachments attachmentsFromJson(
  1. String str
)

id : "1" file_type : "png" file_name : "https://www.reecosys.com/api/assets/uploads/2024/11/logo-1-1-1731413224.png" created_at : "Tuesday, 12 November, 2024 05:37 pm"

Implementation

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