toModel method
Constructs a new ImageFile from this ImageFileMixin.
Implementation
ImageFile toModel() => ImageFile(
relativeRef: relativeRef,
checksum: checksum,
size: size,
width: width,
height: height,
thumbhash: thumbhash,
);
Constructs a new ImageFile from this ImageFileMixin.
ImageFile toModel() => ImageFile(
relativeRef: relativeRef,
checksum: checksum,
size: size,
width: width,
height: height,
thumbhash: thumbhash,
);