ErrorHandler constructor
ErrorHandler({
- int maxReports = 100,
Implementation
ErrorHandler({int maxReports = 100}) : _maxReports = maxReports;
ErrorHandler({int maxReports = 100}) : _maxReports = maxReports;