stopAtErrors property

bool? stopAtErrors

Implementation

bool? get stopAtErrors => _jsInternal?['stopAtErrors'] as bool?;
void stopAtErrors=(bool? stopAtErrors)

Implementation

set stopAtErrors(bool? stopAtErrors) {
  _jsInternal?['stopAtErrors'] = stopAtErrors;
}