LabelValue constructor

LabelValue(
  1. int _key,
  2. String _value
)

Implementation

LabelValue(this._key, this._value);