Sticker constructor
const
Sticker({})
Implementation
const Sticker(
{this.modifiedAt,
required this.stickerOrder,
required this.stickerSetId,
required this.stickerUrl,
this.createdAt,
required this.stickerSetName,
required this.id,
required this.stickerSetOrder,
required this.stickerName});