LogLevel constructor

const LogLevel(
  1. int level,
  2. String name, {
  3. String? short,
  4. String? color,
  5. String? bgColor,
})

Implementation

const LogLevel(this.level, this.name, {this.short, this.color, this.bgColor});