Log constructor
Log({
- required String msg,
- bool success = false,
- Object? error,
- StackTrace? stackTrace,
Implementation
Log({required this.msg, this.success = false, this.error, this.stackTrace});