Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings.fromJson constructor

Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings.fromJson(
    Map<String, dynamic> json) {
  final l$rating = json['rating'];
  final l$singleChoice = json['singleChoice'];
  final l$multipleChoice = json['multipleChoice'];
  final l$paragraph = json['paragraph'];
  final l$shortAnswer = json['shortAnswer'];
  final l$date = json['date'];
  final l$number = json['number'];
  final l$smiley = json['smiley'];
  final l$$__typename = json['__typename'];
  return Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings(
    rating: l$rating == null
        ? null
        : Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$rating
            .fromJson((l$rating as Map<String, dynamic>)),
    singleChoice: l$singleChoice == null
        ? null
        : Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$singleChoice
            .fromJson((l$singleChoice as Map<String, dynamic>)),
    multipleChoice: l$multipleChoice == null
        ? null
        : Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$multipleChoice
            .fromJson((l$multipleChoice as Map<String, dynamic>)),
    paragraph: l$paragraph == null
        ? null
        : Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$paragraph
            .fromJson((l$paragraph as Map<String, dynamic>)),
    shortAnswer: l$shortAnswer == null
        ? null
        : Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$shortAnswer
            .fromJson((l$shortAnswer as Map<String, dynamic>)),
    date: l$date == null
        ? null
        : Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$date
            .fromJson((l$date as Map<String, dynamic>)),
    number: l$number == null
        ? null
        : Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$number
            .fromJson((l$number as Map<String, dynamic>)),
    smiley: l$smiley == null
        ? null
        : Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$smiley
            .fromJson((l$smiley as Map<String, dynamic>)),
    $__typename: (l$$__typename as String),
  );
}