GoalsRemindStateBean constructor

GoalsRemindStateBean({
  1. required bool? stepsEnable,
  2. required bool? caloriesEnable,
  3. required bool? distanceEnable,
})

Implementation

GoalsRemindStateBean({
  required this.stepsEnable,
  required this.caloriesEnable,
  required this.distanceEnable,
});