ErrorCount constructor

ErrorCount({
  1. int? errorCount,
})

Implementation

ErrorCount({
  this.errorCount,
});