toModel method
Constructs a new ImageAttachment from this ImageAttachmentMixin.
Implementation
ImageAttachment toModel() => ImageAttachment(
id: id,
original: original.toModel(),
filename: filename,
big: big.toModel(),
medium: medium.toModel(),
small: small.toModel(),
);