MemoryLog constructor
MemoryLog(
- LogLvl type,
- String msg, {
- StackTrace? stackTrace,
- String? source,
Implementation
MemoryLog(this.type, this.msg, {this.stackTrace, this.source});