failIfMajorPerformanceCaveat property

bool? get failIfMajorPerformanceCaveat

Implementation

_i2.bool? get failIfMajorPerformanceCaveat => _i4.getProperty(
      this,
      'failIfMajorPerformanceCaveat',
    );
set failIfMajorPerformanceCaveat (bool? value)

Implementation

set failIfMajorPerformanceCaveat(_i2.bool? value) {
  _i4.setProperty(
    this,
    'failIfMajorPerformanceCaveat',
    value ?? _i6.undefined,
  );
}