notifyEncryptionRequired property

  1. @TagNumber(9)
bool notifyEncryptionRequired

Implementation

@$pb.TagNumber(9)
$core.bool get notifyEncryptionRequired => $_getBF(8);
  1. @TagNumber(9)
void notifyEncryptionRequired=(bool v)

Implementation

@$pb.TagNumber(9)
set notifyEncryptionRequired($core.bool v) { $_setBool(8, v); }