violatedDirective property

String get violatedDirective

Implementation

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

Implementation

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