encrypted property

bool encrypted

Implementation

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

Implementation

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