CheckStickerSetName constructor
const
CheckStickerSetName({
- required String name,
Checks whether a name can be used for a new sticker set
Implementation
const CheckStickerSetName({
required this.name,
});