TraktList constructor

TraktList(
  1. String name,
  2. String? description,
  3. String privacy,
  4. int likes,
  5. User? user,
  6. Ids ids,
  7. bool displayNumbers,
  8. bool allowComments,
  9. String sortBy,
  10. String sortHow,
  11. String createdAt,
  12. String updatedAt,
  13. int? itemCount,
  14. int commentCount,
)

Implementation

TraktList(this.name, this.description, this.privacy, this.likes, this.user, this.ids, this.displayNumbers,
    this.allowComments, this.sortBy, this.sortHow, this.createdAt, this.updatedAt, this.itemCount, this.commentCount);