value property

Object get value

A code or identifier for this diagnostic. Should be used for later processing, e.g. when providing {@link CodeActionContext code actions}.

Implementation

_i2.Object get value => _i5.getProperty(
      this,
      'value',
    );
set value (Object value)

Implementation

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