QuestionPage constructor Null safety

const QuestionPage(
  1. {required dynamic product,
  2. required List questions,
  3. required dynamic updateProductUponAnswers(
      )}
    )

    Implementation

    const QuestionPage({
      required this.product,
      required this.questions,
      required this.updateProductUponAnswers,
    });