GoogleChromeManagementV1GraphicsInfo constructor
GoogleChromeManagementV1GraphicsInfo({
- GoogleChromeManagementV1GraphicsAdapterInfo? adapterInfo,
- List<
GoogleChromeManagementV1DisplayDevice> ? displayDevices, - bool? eprivacySupported,
- GoogleChromeManagementV1TouchScreenInfo? touchScreenInfo,
Implementation
GoogleChromeManagementV1GraphicsInfo({
this.adapterInfo,
this.displayDevices,
this.eprivacySupported,
this.touchScreenInfo,
});