source property

String source

A human-readable string describing the source of this diagnostic, e.g. 'typescript' or 'super lint'.

Implementation

_i2.String get source => _i5.getProperty(
      this,
      'source',
    );
void source=(String value)

Implementation

set source(_i2.String value) {
  _i5.setProperty(
    this,
    'source',
    value,
  );
}