attachmentsFromMap function
Implementation
List<Attachment> attachmentsFromMap(String str) =>
List<Attachment>.from(json.decode(str).map((x) => Attachment.fromMap(x)));
List<Attachment> attachmentsFromMap(String str) =>
List<Attachment>.from(json.decode(str).map((x) => Attachment.fromMap(x)));