PhotoSize constructor
PhotoSize({})
Basic constructor
Implementation
PhotoSize({
required this.fileId,
required this.fileUniqueId,
required this.height,
required this.width,
this.fileSize,
});
Basic constructor
PhotoSize({
required this.fileId,
required this.fileUniqueId,
required this.height,
required this.width,
this.fileSize,
});