RPImageChoiceAnswerFormat constructor

RPImageChoiceAnswerFormat({
  1. required List<RPImageChoice> choices,
})

Returns an initialized RPImageChoiceAnswerFormat with the given list of RPImageChoices.

Implementation

RPImageChoiceAnswerFormat({required this.choices}) : super();