DumpTreeConfig constructor

const DumpTreeConfig({
  1. bool enabled = false,
})

Implementation

const DumpTreeConfig({
  this.enabled = false,
});