SearchResult constructor

SearchResult(
  1. String type,
  2. double score,
  3. Movie? movie,
  4. Show? show,
  5. Episode? episode,
  6. TraktList? list,
  7. Person? person,
)

Implementation

SearchResult(this.type, this.score, this.movie, this.show, this.episode,
    this.list, this.person);