TraceConfig constructor
TraceConfig({})
Implementation
TraceConfig(
{this.recordMode,
this.traceBufferSizeInKb,
this.enableSampling,
this.enableSystrace,
this.enableArgumentFilter,
this.includedCategories,
this.excludedCategories,
this.syntheticDelays,
this.memoryDumpConfig});