OptionChoice constructor

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

Implementation

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