toModel method

ImageFile toModel()

Constructs a new ImageFile from this ImageFileMixin.

Implementation

ImageFile toModel() => ImageFile(
  relativeRef: relativeRef,
  checksum: checksum,
  size: size,
  width: width,
  height: height,
  thumbhash: thumbhash,
);