TautulliUser constructor

TautulliUser({
  1. int? rowId,
  2. int? userId,
  3. String? friendlyName,
  4. String? thumb,
  5. String? userThumb,
  6. String? email,
  7. bool? isActive,
  8. bool? isAdmin,
  9. bool? isHomeUser,
  10. bool? isAllowSync,
  11. bool? isRestricted,
  12. bool? doNotify,
  13. bool? keepHistory,
  14. bool? allowGuest,
  15. String? serverToken,
  16. List<String?>? sharedLibraries,
  17. String? filterAll,
  18. String? filterMovies,
  19. String? filterTv,
  20. String? filterMusic,
  21. String? filterPhotos,
})

Implementation

TautulliUser({
    this.rowId,
    this.userId,
    this.friendlyName,
    this.thumb,
    this.userThumb,
    this.email,
    this.isActive,
    this.isAdmin,
    this.isHomeUser,
    this.isAllowSync,
    this.isRestricted,
    this.doNotify,
    this.keepHistory,
    this.allowGuest,
    this.serverToken,
    this.sharedLibraries,
    this.filterAll,
    this.filterMovies,
    this.filterTv,
    this.filterMusic,
    this.filterPhotos,
});