VideoContentDetails constructor
VideoContentDetails({
- ContentRating? contentRating,
- AccessPolicy? countryRestriction,
- String? definition,
- String? dimension,
- String? duration,
- bool? hasCustomThumbnail,
- bool? licensedContent,
- String? projection,
- VideoContentDetailsRegionRestriction? regionRestriction,
Implementation
VideoContentDetails({
this.caption,
this.contentRating,
this.countryRestriction,
this.definition,
this.dimension,
this.duration,
this.hasCustomThumbnail,
this.licensedContent,
this.projection,
this.regionRestriction,
});