Log constructor
Log({
- String? translationKey,
- String? msg,
- dynamic error,
- StackTrace? stacktrace,
- LogLevel logLevel = LogLevel.info,
Implementation
Log({
this.translationKey,
this.msg,
this.error,
this.stacktrace,
this.logLevel = LogLevel.info,
});