CreateNewStickerSet constructor
CreateNewStickerSet({
- required int userId,
- required String title,
- required String name,
- StickerType? stickerType,
- required bool needsRepainting,
- required List<
NewSticker> stickers, - required String source,
Implementation
CreateNewStickerSet({
required this.userId,
required this.title,
required this.name,
this.stickerType,
required this.needsRepainting,
required this.stickers,
required this.source,
});