TracingConfiguration constructor

TracingConfiguration({
  1. bool? enabled,
})

Implementation

TracingConfiguration({
  this.enabled,
});