VideoCategory constructor
VideoCategory({
- String? etag,
- String? id,
- String? kind,
- VideoCategorySnippet? snippet,
Implementation
VideoCategory({
this.etag,
this.id,
this.kind,
this.snippet,
});