ActivityEvent constructor

ActivityEvent(
  1. ActivityType type,
  2. int confidence
)

Implementation

ActivityEvent(this.type, this.confidence) {
  this.timeStamp = DateTime.now();
}