LoggerLevel constructor

LoggerLevel(
  1. String name, {
  2. String? ansiColor,
})

Implementation

LoggerLevel(this.name, {this.ansiColor});