LogLevel constructor

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

Implementation

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