LogLevel constructor

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

Implementation

const LogLevel(String name, int value) : super(name, value);