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