problemMatchers property
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();
The problem matchers attached to the task. Defaults to an empty array.
_i2.List<_i2.String> get problemMatchers => (_i5.getProperty(
this,
'problemMatchers',
) as _i2.List)
.cast();