name property
String
get
name
The name of this diagnostic collection, for instance typescript
. Every diagnostic
from this collection will be associated with this name. Also, the task framework uses this
name when defining problem matchers.
Implementation
_i2.String get name => _i5.getProperty(
this,
'name',
);