LoggingData constructor
LoggingData({})
Implementation
LoggingData({
required this.sequence,
required this.targetSystem,
required this.targetComponent,
required this.length,
required this.firstMessageOffset,
required this.data,
});