effectiveDirective property

String effectiveDirective

Implementation

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

Implementation

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