AnswerQuestionResult.fromJson constructor

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

Implementation

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