Option constructor

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

Implementation

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