SurveyDateAnswer.fromJson constructor

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

Implementation

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