toJson method

Map<String, dynamic> toJson()

Implementation

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