DownloadRestrictionsMetadata constructor

DownloadRestrictionsMetadata({
  1. DownloadRestriction? effectiveDownloadRestrictionWithContext,
  2. DownloadRestriction? itemDownloadRestriction,
})

Implementation

DownloadRestrictionsMetadata({
  this.effectiveDownloadRestrictionWithContext,
  this.itemDownloadRestriction,
});