ignore property
bool?
get
ignore
If truthy, the benchmark test will be ignored/skipped.
Implementation
_i2.bool? get ignore => _i3.getProperty(
this,
'ignore',
);
set
ignore
(bool? value)
Implementation
set ignore(_i2.bool? value) {
_i3.setProperty(
this,
'ignore',
value ?? _i6.undefined,
);
}