ChoiceState constructor

ChoiceState(
  1. String type,
  2. List<State> states, {
  3. String result = 'null',
})

Implementation

ChoiceState(
  super.type,
  super.states, {
  super.result,
});