IntegerQuestionResult.fromJson constructor

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

Implementation

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