toModel method
Constructs a new FileAttachment from this FileAttachmentMixin.
Implementation
FileAttachment toModel() =>
FileAttachment(id: id, original: original.toModel(), filename: filename);
Constructs a new FileAttachment from this FileAttachmentMixin.
FileAttachment toModel() =>
FileAttachment(id: id, original: original.toModel(), filename: filename);