PushMessageContentSticker constructor

const PushMessageContentSticker({
  1. Sticker? sticker,
  2. required String emoji,
  3. required bool isPinned,
})

A message with a sticker

Implementation

const PushMessageContentSticker({
  this.sticker,
  required this.emoji,
  required this.isPinned,
});