OptionChoice constructor

const OptionChoice({
  1. required Display label,
  2. required String value,
})

Implementation

const OptionChoice({ required this.label, required this.value });