Item constructor

Item({
  1. String? label,
  2. String? value,
})

Implementation

Item({this.label, this.value});