allowCustomElements property

bool allowCustomElements

Implementation

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

Implementation

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