WorkspaceAccessProperties constructor

WorkspaceAccessProperties({
  1. AccessPropertyValue? deviceTypeAndroid,
  2. AccessPropertyValue? deviceTypeChromeOs,
  3. AccessPropertyValue? deviceTypeIos,
  4. AccessPropertyValue? deviceTypeOsx,
  5. AccessPropertyValue? deviceTypeWeb,
  6. AccessPropertyValue? deviceTypeWindows,
  7. AccessPropertyValue? deviceTypeZeroClient,
})

Implementation

WorkspaceAccessProperties({
  this.deviceTypeAndroid,
  this.deviceTypeChromeOs,
  this.deviceTypeIos,
  this.deviceTypeOsx,
  this.deviceTypeWeb,
  this.deviceTypeWindows,
  this.deviceTypeZeroClient,
});