RequestAccessData constructor

RequestAccessData({
  1. ConcurrentAccessRestriction? concurrentAccess,
  2. DownloadAccessRestriction? downloadAccess,
  3. String? kind,
})

Implementation

RequestAccessData({this.concurrentAccess, this.downloadAccess, this.kind});