ChromeOsDeviceTpmVersionInfo constructor

ChromeOsDeviceTpmVersionInfo({
  1. String? family,
  2. String? firmwareVersion,
  3. String? manufacturer,
  4. String? specLevel,
  5. String? tpmModel,
  6. String? vendorSpecific,
})

Implementation

ChromeOsDeviceTpmVersionInfo({
  this.family,
  this.firmwareVersion,
  this.manufacturer,
  this.specLevel,
  this.tpmModel,
  this.vendorSpecific,
});