PerformanceConfig constructor

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

Implementation

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