Log.d constructor
Log.d({
- String? translationKey,
- String? msg,
- StackTrace? stacktrace,
Implementation
Log.d({
this.translationKey,
this.msg,
this.stacktrace,
}) : logLevel = LogLevel.debug,
error = null;