ErrorSummary constructor

ErrorSummary({
  1. String? errorCode,
  2. String? errorCount,
  3. List<ErrorLogEntry>? errorLogEntries,
})

Implementation

ErrorSummary({this.errorCode, this.errorCount, this.errorLogEntries});