ActivityItem constructor

ActivityItem(
  1. String? watchedAt,
  2. String? collectedAt,
  3. String? ratedAt,
  4. String? watchlistedAt,
  5. String? recommendationsAt,
  6. String? commentedAt,
  7. String? pausedAt,
  8. String? hiddenAt,
  9. String? likedAt,
  10. String? updatedAt,
  11. String? settingsAt,
  12. String? followedAt,
  13. String? followingAt,
  14. String? pendingAt,
)

Implementation

ActivityItem(
    this.watchedAt,
    this.collectedAt,
    this.ratedAt,
    this.watchlistedAt,
    this.recommendationsAt,
    this.commentedAt,
    this.pausedAt,
    this.hiddenAt,
    this.likedAt,
    this.updatedAt,
    this.settingsAt,
    this.followedAt,
    this.followingAt,
    this.pendingAt);