SetStickerSetTitle constructor

SetStickerSetTitle({
  1. required String name,
  2. required String title,
})

Implementation

SetStickerSetTitle({required this.name, required this.title});