failIfMajorPerformanceCaveat property

bool failIfMajorPerformanceCaveat

Implementation

bool get failIfMajorPerformanceCaveat =>
    js_util.getProperty(this, 'failIfMajorPerformanceCaveat');
void failIfMajorPerformanceCaveat=(bool newValue)

Implementation

set failIfMajorPerformanceCaveat(bool newValue) {
  js_util.setProperty(this, 'failIfMajorPerformanceCaveat', newValue);
}