writeEncryptionRequired property

bool? get writeEncryptionRequired

Implementation

bool? get writeEncryptionRequired {
  return $$context$$["writeEncryptionRequired"];
}
set writeEncryptionRequired (bool? value)

Implementation

set writeEncryptionRequired(bool? value) {
  $$context$$["writeEncryptionRequired"] = value;
}