AppendSettings constructor

const AppendSettings({
  1. bool includeAlternativeTitles = false,
  2. bool includeImages = false,
  3. bool includeCredits = false,
  4. bool includeExternalIds = false,
  5. bool includeKeywords = false,
  6. bool includeReleaseDates = false,
  7. bool includeVideos = false,
  8. bool includeTranslations = false,
  9. bool includeRecommendations = false,
  10. bool includeSimilarContent = false,
  11. bool includeReviews = false,
  12. bool includeProviders = false,
})

Implementation

const AppendSettings({
  this.includeAlternativeTitles = false,
  this.includeImages = false,
  this.includeCredits = false,
  this.includeExternalIds = false,
  this.includeKeywords = false,
  this.includeReleaseDates = false,
  this.includeVideos = false,
  this.includeTranslations = false,
  this.includeRecommendations = false,
  this.includeSimilarContent = false,
  this.includeReviews = false,
  this.includeProviders = false,
});