TautulliTableUser constructor

TautulliTableUser({
  1. int? rowId,
  2. int? userId,
  3. String? friendlyName,
  4. String? userThumb,
  5. int? plays,
  6. Duration? duration,
  7. DateTime? lastSeen,
  8. String? lastPlayed,
  9. int? historyRowId,
  10. String? ipAddress,
  11. String? platform,
  12. String? player,
  13. int? ratingKey,
  14. TautulliMediaType? mediaType,
  15. String? thumb,
  16. String? parentTitle,
  17. int? year,
  18. int? mediaIndex,
  19. int? parentMediaIndex,
  20. bool? live,
  21. String? originallyAvailableAt,
  22. String? guid,
  23. TautulliTranscodeDecision? transcodeDecision,
  24. bool? doNotify,
  25. bool? keepHistory,
  26. bool? allowGuest,
  27. bool? isActive,
})

Implementation

TautulliTableUser({
    this.rowId,
    this.userId,
    this.friendlyName,
    this.userThumb,
    this.plays,
    this.duration,
    this.lastSeen,
    this.lastPlayed,
    this.historyRowId,
    this.ipAddress,
    this.platform,
    this.player,
    this.ratingKey,
    this.mediaType,
    this.thumb,
    this.parentTitle,
    this.year,
    this.mediaIndex,
    this.parentMediaIndex,
    this.live,
    this.originallyAvailableAt,
    this.guid,
    this.transcodeDecision,
    this.doNotify,
    this.keepHistory,
    this.allowGuest,
    this.isActive,
});