PhotoSize constructor
const
PhotoSize({})
Constructs a PhotoSize object
Implementation
const PhotoSize({
required this.fileId,
required this.fileUniqueId,
required this.width,
required this.height,
this.fileSize,
});