UserLike constructor

UserLike(
  1. String type,
  2. String likedAt,
  3. Comment? comment,
  4. TraktList? list,
)

Implementation

UserLike(this.type, this.likedAt, this.comment, this.list);