GoogleChromeManagementV1TouchScreenDevice constructor

GoogleChromeManagementV1TouchScreenDevice({
  1. String? displayName,
  2. bool? stylusCapable,
  3. int? touchPointCount,
})

Implementation

GoogleChromeManagementV1TouchScreenDevice({
  this.displayName,
  this.stylusCapable,
  this.touchPointCount,
});