toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (contentDetails != null) 'contentDetails': contentDetails!,
  if (errors != null) 'errors': errors!,
  if (etag != null) 'etag': etag!,
  if (id != null) 'id': id!,
  if (kind != null) 'kind': kind!,
  if (snippet != null) 'snippet': snippet!,
};