toModel method

FileAttachment toModel()

Constructs a new FileAttachment from this FileAttachmentMixin.

Implementation

FileAttachment toModel() =>
    FileAttachment(id: id, original: original.toModel(), filename: filename);