MemoryLog constructor

MemoryLog(
  1. LogLvl type,
  2. String msg, {
  3. StackTrace? stackTrace,
  4. String? source,
})

Implementation

MemoryLog(this.type, this.msg, {this.stackTrace, this.source});