LogLevel constructor

const LogLevel(
  1. String name,
  2. int value
)

Implementation

const LogLevel(this.name, this.value);