WorkspaceAccessProperties constructor
WorkspaceAccessProperties({
- AccessPropertyValue? deviceTypeAndroid,
- AccessPropertyValue? deviceTypeChromeOs,
- AccessPropertyValue? deviceTypeIos,
- AccessPropertyValue? deviceTypeOsx,
- AccessPropertyValue? deviceTypeWeb,
- AccessPropertyValue? deviceTypeWindows,
- AccessPropertyValue? deviceTypeZeroClient,
Implementation
WorkspaceAccessProperties({
this.deviceTypeAndroid,
this.deviceTypeChromeOs,
this.deviceTypeIos,
this.deviceTypeOsx,
this.deviceTypeWeb,
this.deviceTypeWindows,
this.deviceTypeZeroClient,
});