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