CustomParam constructor

CustomParam({
  1. required bool verifyDormancyPlan,
  2. required bool isAPMode,
  3. required String resolution,
})

Implementation

CustomParam({
  required this.verifyDormancyPlan,
  required this.isAPMode,
  required this.resolution,
});