secureBootEnabled property
true if secure boot is enabled on the device
Implementation
@$pb.TagNumber(13)
$core.bool get secureBootEnabled => $_getBF(12);
Implementation
@$pb.TagNumber(13)
set secureBootEnabled($core.bool v) {
$_setBool(12, v);
}