RPImageChoiceAnswerFormat constructor
RPImageChoiceAnswerFormat({
- required List<
RPImageChoice> choices,
Returns an initialized RPImageChoiceAnswerFormat with the given list of RPImageChoices.
Implementation
RPImageChoiceAnswerFormat({required this.choices}) : super();