ErrorInfo constructor

ErrorInfo({
  1. List<ErrorCount>? errorCounts,
})

Implementation

ErrorInfo({this.errorCounts});