BDLevel constructor

const BDLevel(
  1. String label,
  2. int importance
)

Create a new level with label and importance.

Implementation

const BDLevel(this.label, this.importance);