ActivityData constructor
ActivityData({})
Implementation
ActivityData({
required this.type,
this.integerValue,
this.startTime,
this.endTime,
this.activityTime,
this.present,
});
ActivityData({
required this.type,
this.integerValue,
this.startTime,
this.endTime,
this.activityTime,
this.present,
});