VideoCategorySnippet.fromJson constructor

VideoCategorySnippet.fromJson(
  1. 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?,
    );