ExcerciseInfoResponseModel constructor

const ExcerciseInfoResponseModel({
  1. String? isexercisescheduled,
  2. String? isexerciseactive,
  3. String? exercisestarttime,
  4. String? lastexercise,
  5. double? lastran,
  6. String? lastrandatetime,
  7. String? exerciseinterval,
  8. String? exerciserundurationminutes,
  9. String? exercisemode,
  10. double? nextexercise,
  11. String? nextexercisedatetime,
})

Implementation

const ExcerciseInfoResponseModel({
  this.isexercisescheduled,
  this.isexerciseactive,
  this.exercisestarttime,
  this.lastexercise,
  this.lastran,
  this.lastrandatetime,
  this.exerciseinterval,
  this.exerciserundurationminutes,
  this.exercisemode,
  this.nextexercise,
  this.nextexercisedatetime,
});