StatsResponse constructor
StatsResponse({})
Implementation
StatsResponse({
this.avgSessionLengthMinutes,
this.churnProbability,
this.daysSinceLastPlayed,
this.highSpenderProbability,
this.kind,
this.numPurchases,
this.numSessions,
this.numSessionsPercentile,
this.spendPercentile,
this.spendProbability,
this.totalSpendNext28Days,
});