Activate constructor
Activate()
Implementation
Activate(this.modification, String visitorId, this.anonymousId, this.envId,
String? exposedFlag, String? exposedVisitor)
: super() {
this.visitorId = visitorId;
type = HitCategory.ACTIVATION;
this.exposure_flag = exposedFlag;
this.exposure_visitor = exposedVisitor;
}