copyWith method
Implementation
UpdateStickerSet copyWith({StickerSet? stickerSet}) =>
UpdateStickerSet(stickerSet: stickerSet ?? this.stickerSet);
UpdateStickerSet copyWith({StickerSet? stickerSet}) =>
UpdateStickerSet(stickerSet: stickerSet ?? this.stickerSet);