ChoiceValue constructor

ChoiceValue([
  1. void updates(
    1. ChoiceValueBuilder
    )
])

Implementation

factory ChoiceValue([void Function(ChoiceValueBuilder) updates]) =
    _$ChoiceValue;