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

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

Implementation

factory Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$rating.fromJson(
    Map<String, dynamic> json) {
  final l$levels = json['levels'];
  return Query$getQuestionsbyFormWithResponsesStatsPaginated$getQuestionsbyFormWithResponsesStatsPaginated$objects$settings$rating(
      levels: (l$levels as List<dynamic>).map((e) => (e as int)).toList());
}