GoogleChromeManagementV1DisplayInfo constructor

GoogleChromeManagementV1DisplayInfo({
  1. String? deviceId,
  2. String? displayName,
  3. bool? isInternal,
  4. int? refreshRate,
  5. int? resolutionHeight,
  6. int? resolutionWidth,
})

Implementation

GoogleChromeManagementV1DisplayInfo({
  this.deviceId,
  this.displayName,
  this.isInternal,
  this.refreshRate,
  this.resolutionHeight,
  this.resolutionWidth,
});