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

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

Implementation

factory Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$singleChoice.fromJson(
    Map<String, dynamic> json) {
  final l$toggle = json['toggle'];
  final l$poll = json['poll'];
  final l$$__typename = json['__typename'];
  return Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$singleChoice(
    toggle: (l$toggle as bool),
    poll: (l$poll as bool),
    $__typename: (l$$__typename as String),
  );
}