SurveyTimeAnswer.fromJson constructor

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

Implementation

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