DownloadAccessRestriction constructor

DownloadAccessRestriction({
  1. bool? deviceAllowed,
  2. int? downloadsAcquired,
  3. bool? justAcquired,
  4. String? kind,
  5. int? maxDownloadDevices,
  6. String? message,
  7. String? nonce,
  8. String? reasonCode,
  9. bool? restricted,
  10. String? signature,
  11. String? source,
  12. String? volumeId,
})

Implementation

DownloadAccessRestriction({
  this.deviceAllowed,
  this.downloadsAcquired,
  this.justAcquired,
  this.kind,
  this.maxDownloadDevices,
  this.message,
  this.nonce,
  this.reasonCode,
  this.restricted,
  this.signature,
  this.source,
  this.volumeId,
});