ChoiceQuestion.fromJson constructor

ChoiceQuestion.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ChoiceQuestion.fromJson(Map<String, dynamic> json) =>
    _$ChoiceQuestionFromJson(json);