TroubleshootingHit constructor
Implementation
TroubleshootingHit(String aVisitorId, this.label, this.speceficCustomFields)
: super() {
// Set the type of hit
type = HitCategory.TROUBLESHOOTING;
// Set the visitorId
visitorId = aVisitorId;
// Update level log according to label
_updateLogLevel();
// Set the commun infos
_fillTheCommunFieldsAndCompleteWithCustom();
}