Watching constructor

Watching(
  1. String? action,
  2. String? type,
  3. String? expiresAt,
  4. String? startedAt,
  5. Movie? movie,
  6. Episode? episode,
  7. Show? show,
)

Implementation

Watching(this.action, this.type, this.expiresAt, this.startedAt, this.movie,
    this.episode, this.show);