EscInfo constructor
EscInfo({})
Implementation
EscInfo({
required this.timeUsec,
required this.errorCount,
required this.counter,
required this.failureFlags,
required this.temperature,
required this.index,
required this.count,
required this.connectionType,
required this.info,
});