DropDownValue constructor

const DropDownValue(
  1. String value,
  2. String label
)

Implementation

const DropDownValue(this.value, this.label);