VideoSuggestions constructor

VideoSuggestions({
  1. List<String>? editorSuggestions,
  2. List<String>? processingErrors,
  3. List<String>? processingHints,
  4. List<String>? processingWarnings,
  5. List<VideoSuggestionsTagSuggestion>? tagSuggestions,
})

Implementation

VideoSuggestions({
  this.editorSuggestions,
  this.processingErrors,
  this.processingHints,
  this.processingWarnings,
  this.tagSuggestions,
});