GoogleChromeManagementV1GraphicsInfo constructor

GoogleChromeManagementV1GraphicsInfo({
  1. GoogleChromeManagementV1GraphicsAdapterInfo? adapterInfo,
  2. List<GoogleChromeManagementV1DisplayDevice>? displayDevices,
  3. bool? eprivacySupported,
  4. GoogleChromeManagementV1TouchScreenInfo? touchScreenInfo,
})

Implementation

GoogleChromeManagementV1GraphicsInfo({
  this.adapterInfo,
  this.displayDevices,
  this.eprivacySupported,
  this.touchScreenInfo,
});