Sticker constructor
Sticker({})
Implementation
Sticker({
required this.fileId,
required this.fileUniqueId,
required this.width,
required this.height,
required this.isAnimated,
required this.isVideo,
this.thumbnail,
this.emoji,
this.setName,
this.premiumAnimation,
this.maskPosition,
this.customEmojiId,
this.needsRepainting,
this.fileSize,
});