ActivityEvent constructor
ActivityEvent(
- ActivityType type,
- int confidence
Implementation
ActivityEvent(this.type, this.confidence) {
this.timeStamp = DateTime.now();
}
ActivityEvent(this.type, this.confidence) {
this.timeStamp = DateTime.now();
}