hardwareProfile property
Optional cached hardware profile from the platform adapter. If unset, commons will read whatever it has cached internally; the RAM/storage values below remain authoritative for the verdict.
Implementation
@$pb.TagNumber(2)
$1.HardwareProfile get hardwareProfile => $_getN(1);
Implementation
@$pb.TagNumber(2)
set hardwareProfile($1.HardwareProfile value) => $_setField(2, value);