effectiveDirective property

String effectiveDirective

Implementation

_i2.String get effectiveDirective => _i4.getProperty(
      this,
      'effectiveDirective',
    );
void effectiveDirective=(String value)

Implementation

set effectiveDirective(_i2.String value) {
  _i4.setProperty(
    this,
    'effectiveDirective',
    value,
  );
}