onMakeChoice property

(void Function(Choice choice)?) onMakeChoice
getter/setter pair

Callback for when a choice is about to be executed

Implementation

void Function(Choice choice)? onMakeChoice;