CheckStickerSetName constructor

const CheckStickerSetName({
  1. required String name,
})

Checks whether a name can be used for a new sticker set

Implementation

const CheckStickerSetName({
  required this.name,
});