failIfMajorPerformanceCaveat property
bool
get
failIfMajorPerformanceCaveat
Implementation
bool get failIfMajorPerformanceCaveat =>
js_util.getProperty(this, 'failIfMajorPerformanceCaveat');
set
failIfMajorPerformanceCaveat
(bool newValue)
Implementation
set failIfMajorPerformanceCaveat(bool newValue) {
js_util.setProperty(this, 'failIfMajorPerformanceCaveat', newValue);
}