effectiveDirective property

String get effectiveDirective

Implementation

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

Implementation

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