VideoContentDetails constructor

VideoContentDetails({
  1. String? caption,
  2. ContentRating? contentRating,
  3. AccessPolicy? countryRestriction,
  4. String? definition,
  5. String? dimension,
  6. String? duration,
  7. bool? hasCustomThumbnail,
  8. bool? licensedContent,
  9. String? projection,
  10. VideoContentDetailsRegionRestriction? regionRestriction,
})

Implementation

VideoContentDetails({
  this.caption,
  this.contentRating,
  this.countryRestriction,
  this.definition,
  this.dimension,
  this.duration,
  this.hasCustomThumbnail,
  this.licensedContent,
  this.projection,
  this.regionRestriction,
});