toModel method

ImageAttachment toModel()

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(),
);