toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (channelId != null) 'channelId': channelId!,
if (description != null) 'description': description!,
if (thumbnails != null) 'thumbnails': thumbnails!,
if (title != null) 'title': title!,
};