StickersSuggestedShortName constructor

const StickersSuggestedShortName({
  1. required String shortName,
})

Stickers Suggested Short Name constructor.

Implementation

const StickersSuggestedShortName({
  required this.shortName,
}) : super._();