violatedDirective property

String violatedDirective

Implementation

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

Implementation

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