ErrorCount$Response constructor

const ErrorCount$Response({
  1. int? errorCount,
})

Implementation

const ErrorCount$Response({
  this.errorCount,
});