DownloadRestriction constructor

DownloadRestriction({
  1. bool? restrictedForReaders,
  2. bool? restrictedForWriters,
})

Implementation

DownloadRestriction({this.restrictedForReaders, this.restrictedForWriters});