SDNImageFileResizedResponse constructor
const
SDNImageFileResizedResponse({})
Implementation
const SDNImageFileResizedResponse({
required this.bytes,
required this.width,
required this.height,
this.originalHeight,
this.originalWidth,
this.blurhash,
});