Level constructor

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

Implementation

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