GetSuggestedStickerSetName constructor

const GetSuggestedStickerSetName({
  1. required String title,
})

Returns a suggested name for a new sticker set with a given title

Implementation

const GetSuggestedStickerSetName({
  required this.title,
});