LabelValue constructor

LabelValue(
  1. int value,
  2. String label
)

Implementation

LabelValue(this.value, this.label);