problemMatchers property

List<String> get problemMatchers

The problem matchers attached to the task. Defaults to an empty array.

Implementation

_i2.List<_i2.String> get problemMatchers => (_i5.getProperty(
      this,
      'problemMatchers',
    ) as _i2.List)
        .cast();
set problemMatchers (List<String> value)

Implementation

set problemMatchers(_i2.List<_i2.String> value) {
  _i5.setProperty(
    this,
    'problemMatchers',
    value,
  );
}