RequestAccessData constructor
RequestAccessData({
- ConcurrentAccessRestriction? concurrentAccess,
- DownloadAccessRestriction? downloadAccess,
- String? kind,
Implementation
RequestAccessData({
this.concurrentAccess,
this.downloadAccess,
this.kind,
});