VideoOptions constructor

const VideoOptions({
  1. Set<VideoPart> parts = const {VideoPart.snippet},
  2. Chart? chart,
  3. List<String>? id,
  4. MyRating? myRating,
  5. int? maxResults,
  6. String? onBehalfOfContentOwner,
  7. String? pageToken,
  8. String? regionCode,
  9. String? hl,
  10. int? maxHeight,
  11. String? maxWidth,
})

Implementation

const VideoOptions({
  this.parts = const {VideoPart.snippet},
  this.chart,
  super.id,
  this.myRating,
  super.maxResults,
  super.onBehalfOfContentOwner,
  super.pageToken,
  super.regionCode,
  super.hl,
  this.maxHeight,
  this.maxWidth,
});