PlaylistOptions constructor

const PlaylistOptions({
  1. Set<PlaylistPart> parts = const {PlaylistPart.snippet},
  2. List<String>? id,
  3. String? hl,
  4. int? maxResults,
  5. String? onBehalfOfContentOwner,
  6. String? pageToken,
  7. String? regionCode,
})

Implementation

const PlaylistOptions({
  this.parts = const {PlaylistPart.snippet},
  super.id,
  super.hl,
  super.maxResults,
  super.onBehalfOfContentOwner,
  super.pageToken,
  super.regionCode,
});