encrypted property

bool get encrypted

Implementation

bool get encrypted => js_util.getProperty(this, 'encrypted');
set encrypted (bool newValue)

Implementation

set encrypted(bool newValue) {
  js_util.setProperty(this, 'encrypted', newValue);
}