toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (effectiveDownloadRestrictionWithContext != null)
'effectiveDownloadRestrictionWithContext':
effectiveDownloadRestrictionWithContext!,
if (itemDownloadRestriction != null)
'itemDownloadRestriction': itemDownloadRestriction!,
};