TautulliUsersTable constructor

TautulliUsersTable({
  1. List<TautulliTableUser>? users,
  2. int? draw,
  3. int? recordsTotal,
  4. int? recordsFiltered,
})

Implementation

TautulliUsersTable({
    this.users,
    this.draw,
    this.recordsTotal,
    this.recordsFiltered,
});