TautulliUserWatchTimeStats constructor

TautulliUserWatchTimeStats({
  1. int? queryDays,
  2. int? totalPlays,
  3. Duration? totalTime,
})

Implementation

TautulliUserWatchTimeStats({
    this.queryDays,
    this.totalPlays,
    this.totalTime,
});