GetSuggestedStickerSetName constructor
const
GetSuggestedStickerSetName({
- required String title,
Returns a suggested name for a new sticker set with a given title
Implementation
const GetSuggestedStickerSetName({
required this.title,
});