toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final contentDetails = this.contentDetails;
final etag = this.etag;
final id = this.id;
final kind = this.kind;
final localizations = this.localizations;
final snippet = this.snippet;
final targeting = this.targeting;
return {
'contentDetails': ?contentDetails,
'etag': ?etag,
'id': ?id,
'kind': ?kind,
'localizations': ?localizations,
'snippet': ?snippet,
'targeting': ?targeting,
};
}