PhotoSize constructor
const
PhotoSize({})
Describes an image in JPEG format
Implementation
const PhotoSize({
required this.type,
required this.photo,
required this.width,
required this.height,
required this.progressiveSizes,
});