$LogConfig constructor

$LogConfig({
  1. bool? enabled,
  2. String? level,
})

Implementation

$LogConfig({this.enabled, this.level});