toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final effectiveDownloadRestrictionWithContext =
this.effectiveDownloadRestrictionWithContext;
final itemDownloadRestriction = this.itemDownloadRestriction;
return {
'effectiveDownloadRestrictionWithContext':
?effectiveDownloadRestrictionWithContext,
'itemDownloadRestriction': ?itemDownloadRestriction,
};
}