DartnessErrorHandler constructor

DartnessErrorHandler(
  1. Object errorHandler,
  2. List<DartnessCatchError> catchErrors
)

Implementation

DartnessErrorHandler(this.errorHandler, this.catchErrors);