Level constructor

*<Null safety>*

const Level(String name, int value)

Implementation

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