TracingCompleteEvent constructor
      
      TracingCompleteEvent({ 
    
    
- required bool dataLossOccurred,
- StreamHandle? stream,
- StreamFormat? traceFormat,
- StreamCompression? streamCompression,
Implementation
TracingCompleteEvent({
  required this.dataLossOccurred,
  this.stream,
  this.traceFormat,
  this.streamCompression,
});