SearchOptions constructor

const SearchOptions({
  1. Set<SearchPart> parts = const {SearchPart.snippet},
  2. bool? forContentOwner,
  3. bool? forDeveloper,
  4. bool? forMine,
  5. String? channelId,
  6. ChannelType? channelType,
  7. EventType? eventType,
  8. String? location,
  9. String? locationRadius,
  10. int? maxResults,
  11. String? onBehalfOfContentOwner,
  12. Order? order,
  13. String? pageToken,
  14. DateTime? publishedAfter,
  15. DateTime? publishedBefore,
  16. String? query,
  17. String? regionCode,
  18. String? relevanceLanguage,
  19. SafeSearch? safeSearch,
  20. Topic? topic,
  21. List<ResultType>? type,
  22. VideoCaption? videoCaption,
  23. Category? category,
  24. VideoDefinition? videoDefinition,
  25. VideoDimension? videoDimension,
  26. VideoDuration? videoDuration,
  27. VideoEmbeddable? videoEmbeddable,
  28. VideoLicense? videoLicense,
  29. VideoSyndicated? videoSyndicated,
  30. VideoType? videoType,
})

Implementation

const SearchOptions({
  this.parts = const {SearchPart.snippet},
  this.forContentOwner,
  this.forDeveloper,
  this.forMine,
  this.channelId,
  this.channelType,
  this.eventType,
  this.location,
  this.locationRadius,
  super.maxResults,
  super.onBehalfOfContentOwner,
  this.order,
  super.pageToken,
  this.publishedAfter,
  this.publishedBefore,
  this.query,
  super.regionCode,
  this.relevanceLanguage,
  this.safeSearch,
  this.topic,
  this.type,
  this.videoCaption,
  this.category,
  this.videoDefinition,
  this.videoDimension,
  this.videoDuration,
  this.videoEmbeddable,
  this.videoLicense,
  this.videoSyndicated,
  this.videoType,
});