LoggingComponentConfig constructor

LoggingComponentConfig({
  1. List<String>? enableComponents,
})

Implementation

LoggingComponentConfig({
  this.enableComponents,
});