Activate constructor

Activate(
  1. Modification modification,
  2. String visitorId,
  3. String? anonymousId,
  4. String envId,
)

Implementation

Activate(this.modification, this.visitorId, this.anonymousId, this.envId);