CommentSnippetAuthorChannelId.fromJson constructor
CommentSnippetAuthorChannelId.fromJson(
- Map json_
Implementation
CommentSnippetAuthorChannelId.fromJson(core.Map json_)
: this(value: json_['value'] as core.String?);