Log constructor
Log({})
Implementation
Log({
this.className,
this.methodName,
this.text,
this.timestamp,
this.timeInMillis,
this.exception,
this.logLevel,
this.dataLogType,
this.stacktrace,
});
Log({
this.className,
this.methodName,
this.text,
this.timestamp,
this.timeInMillis,
this.exception,
this.logLevel,
this.dataLogType,
this.stacktrace,
});