RecentMeUrlStickerSet constructor

const RecentMeUrlStickerSet({
  1. required String url,
  2. required StickerSetCoveredBase set,
})

Recent Me Url Sticker Set constructor.

Implementation

const RecentMeUrlStickerSet({
  required this.url,
  required this.set,
}) : super._();