QuestionResult constructor
QuestionResult({})
Implementation
QuestionResult({required this.question, List<Map<String,dynamic>>? answers, List<QuestionResult>? children})
: answers = answers ?? [],
children = children ?? [];