Log.i constructor

Log.i(
  1. String? msg, {
  2. String? translationKey,
  3. StackTrace? stacktrace,
})

Implementation

Log.i(
  this.msg, {
  this.translationKey,
  this.stacktrace,
})  : logLevel = LogLevel.info,
      error = null;