GiveawayCompleted constructor
const
GiveawayCompleted({})
Constructor
Implementation
const GiveawayCompleted({
required this.winnerCount,
this.unclaimedPrizeCount,
this.giveawayMessage,
this.isStarGiveaway,
});
Constructor
const GiveawayCompleted({
required this.winnerCount,
this.unclaimedPrizeCount,
this.giveawayMessage,
this.isStarGiveaway,
});