ResultPage constructor

const ResultPage({
  1. Key? key,
  2. required DailyPlan dailyPlan,
})

Implementation

const ResultPage({Key? key,required this.dailyPlan}) : super(key: key);