flashEncrypted property

  1. @TagNumber.new(12)
bool get flashEncrypted

true if flash encryption is enabled on the device

Implementation

@$pb.TagNumber(12)
$core.bool get flashEncrypted => $_getBF(11);
  1. @TagNumber.new(12)
set flashEncrypted (bool v)

Implementation

@$pb.TagNumber(12)
set flashEncrypted($core.bool v) {
  $_setBool(11, v);
}