ClickBehaviorEvent constructor
ClickBehaviorEvent({})
Implementation
ClickBehaviorEvent({
required this.behaviorType,
required this.clickCount,
required this.timeWindow,
required this.position,
this.route,
this.texts,
}) : _timestamp = DateTime.now().toUtc();