PersonalizedRankingPage constructor Null safety

const PersonalizedRankingPage(
  1. {required List products,
  2. required String title}
)

Implementation

const PersonalizedRankingPage({
  required this.products,
  required this.title,
});