Activity constructor
const
Activity(
- ActivityType type,
- ActivityConfidence confidence
Constructs an instance of Activity.
Implementation
const Activity(this.type, this.confidence);