TracingConfigResponse constructor

TracingConfigResponse({
  1. TracingMode? mode,
})

Implementation

TracingConfigResponse({
  this.mode,
});