PrettyPrinter constructor
PrettyPrinter({})
Implementation
PrettyPrinter({
this.methodCount = 2,
this.errorMethodCount = 8,
this.lineLength = 120,
LogConfig? config,
this.stackTraceBeginIndex = 0,
List<String>? excludePaths,
}) : config = config ?? LogConfig(), excludePaths = excludePaths ?? StackTraceParser.defaultExcludePaths;