VideoCategorySnippet.fromJson constructor
      
      VideoCategorySnippet.fromJson(
    
    
- Map json_
Implementation
VideoCategorySnippet.fromJson(core.Map json_)
  : this(
      assignable: json_['assignable'] as core.bool?,
      channelId: json_['channelId'] as core.String?,
      title: json_['title'] as core.String?,
    );