GameDialogDropdownOption constructor

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

Implementation

GameDialogDropdownOption({this.label, required this.value});