notifyEncryptionRequired property

bool notifyEncryptionRequired
@$pb.TagNumber(9)

Implementation

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

Implementation

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