code property
Object
get
code
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 code => _i5.getProperty(
this,
'code',
);
set
code
(Object value)
Implementation
set code(_i2.Object value) {
_i5.setProperty(
this,
'code',
value,
);
}