ChromeOsDeviceTpmVersionInfo class

Trusted Platform Module (TPM) (Read-only)

Constructors

ChromeOsDeviceTpmVersionInfo({String? family, String? firmwareVersion, String? manufacturer, String? specLevel, String? tpmModel, String? vendorSpecific})
ChromeOsDeviceTpmVersionInfo.fromJson(Map json_)

Properties

family String?
TPM family.
getter/setter pair
firmwareVersion String?
TPM firmware version.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manufacturer String?
TPM manufacturer code.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specLevel String?
TPM specification level.
getter/setter pair
tpmModel String?
TPM model number.
getter/setter pair
vendorSpecific String?
Vendor-specific information such as Vendor ID.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited