LiveSummaryData constructor
Implementation
LiveSummaryData({
this.totalDuration = 0,
this.totalViewers = 0,
this.totalGiftsSent = 0,
this.totalGiftUniqueSenders = 0,
this.totalGiftCoins = 0,
this.totalLikesReceived = 0,
this.totalMessageSent = 0,
});