findChoice method
Implementation
AFConfigEntryDescription? findChoice(String val) {
return choices.firstWhereOrNull((e) => e.textValue == val);
}
AFConfigEntryDescription? findChoice(String val) {
return choices.firstWhereOrNull((e) => e.textValue == val);
}