Option constructor

Option(
  1. String label,
  2. dynamic value
)

Implementation

Option(this.label, this.value);