StickerTransaction constructor
const
StickerTransaction({})
Implementation
const factory StickerTransaction({
int? id,
QrCode? qrCode,
int? qrCodeId,
Sticker? sticker,
int? stickerId,
DateTime? createdDate,
DateTime? endedDate,
}) = _StickerTransaction;