operator < method

*<Null safety>*

bool operator < (Level other)

Implementation

bool operator <(Level other) => value < other.value;