StepsCategoryBean constructor

StepsCategoryBean({
  1. required String? historyDay,
  2. required int? timeInterval,
  3. required List<int>? stepsList,
})

Implementation

StepsCategoryBean({
  required this.historyDay,
  required this.timeInterval,
  required this.stepsList,
});