LogSetup constructor

LogSetup({
  1. bool? enabled,
  2. List<LogType>? types,
})

Implementation

LogSetup({
  this.enabled,
  this.types,
});