TautulliUserPlayerStats constructor

TautulliUserPlayerStats({
  1. int? resultId,
  2. int? totalPlays,
  3. String? platform,
  4. String? platformName,
  5. String? playerName,
})

Implementation

TautulliUserPlayerStats({
    this.resultId,
    this.totalPlays,
    this.platform,
    this.platformName,
    this.playerName,
});