ErrorSummary constructor
ErrorSummary({
- String? errorCode,
- String? errorCount,
- List<
ErrorLogEntry> ? errorLogEntries,
Implementation
ErrorSummary({this.errorCode, this.errorCount, this.errorLogEntries});