DoubleQuestionResult.fromJson constructor

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

Implementation

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