violatedDirective property

String violatedDirective

Implementation

String get violatedDirective =>
    js_util.getProperty(this, 'violatedDirective');
void violatedDirective=(String newValue)

Implementation

set violatedDirective(String newValue) {
  js_util.setProperty(this, 'violatedDirective', newValue);
}