toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (channelId != null) 'channelId': channelId!,
if (kind != null) 'kind': kind!,
if (playlistId != null) 'playlistId': playlistId!,
if (videoId != null) 'videoId': videoId!,
};