GoogleChromeManagementV1DisplayDevice constructor

GoogleChromeManagementV1DisplayDevice({
  1. int? displayHeightMm,
  2. String? displayName,
  3. int? displayWidthMm,
  4. bool? internal,
  5. int? manufactureYear,
  6. String? manufacturerId,
  7. int? modelId,
})

Implementation

GoogleChromeManagementV1DisplayDevice({
  this.displayHeightMm,
  this.displayName,
  this.displayWidthMm,
  this.internal,
  this.manufactureYear,
  this.manufacturerId,
  this.modelId,
});