VideoSuggestionsTagSuggestion constructor

VideoSuggestionsTagSuggestion({
  1. List<String>? categoryRestricts,
  2. String? tag,
})

Implementation

VideoSuggestionsTagSuggestion({
  this.categoryRestricts,
  this.tag,
});