setMaxErrors method

void setMaxErrors(
  1. int value
)

Sets the _maxErrors to limit the length of the internal error list.

Implementation

void setMaxErrors(int value) => _maxErrors = value;