LoggingConfig constructor

LoggingConfig({
  1. Map<String, String>? driverLogLevels,
})

Implementation

LoggingConfig({
  this.driverLogLevels,
});