VideoCategorySnippet constructor

VideoCategorySnippet({
  1. bool? assignable,
  2. String? channelId,
  3. String? title,
})

Implementation

VideoCategorySnippet({this.assignable, this.channelId, this.title});