indicateEncryptionRequired property

  1. @TagNumber.new(10)
bool get indicateEncryptionRequired

Implementation

@$pb.TagNumber(10)
$core.bool get indicateEncryptionRequired => $_getBF(9);
  1. @TagNumber.new(10)
set indicateEncryptionRequired (bool value)

Implementation

@$pb.TagNumber(10)
set indicateEncryptionRequired($core.bool value) => $_setBool(9, value);