toJson method

Map<String, dynamic> toJson()

Implementation

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