ExcerciseInfoResponseModel constructor
const
ExcerciseInfoResponseModel({ - String? isexercisescheduled,
- String? isexerciseactive,
- String? exercisestarttime,
- String? lastexercise,
- double? lastran,
- String? lastrandatetime,
- String? exerciseinterval,
- String? exerciserundurationminutes,
- String? exercisemode,
- double? nextexercise,
- 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,
});