BaseHit constructor
BaseHit()
Implementation
BaseHit() {
this.clientId = Flagship.sharedInstance().envId ?? "";
createdAt = DateTime.now();
}
BaseHit() {
this.clientId = Flagship.sharedInstance().envId ?? "";
createdAt = DateTime.now();
}