TracingCompleteEvent constructor

TracingCompleteEvent({
  1. required bool dataLossOccurred,
  2. StreamHandle? stream,
  3. StreamFormat? traceFormat,
  4. StreamCompression? streamCompression,
})

Implementation

TracingCompleteEvent({
  required this.dataLossOccurred,
  this.stream,
  this.traceFormat,
  this.streamCompression,
});