DebugTree class

Inheritance

Constructors

DebugTree({bool showEmoji = false, bool showColor = false, bool showTag = true, int methodCount = 2, int errorMethodCount = 8})

Properties

errorMethodCount int
final
hashCode int
The hash code for this object.
no setterinherited
methodCount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showColor bool
final
showEmoji bool
final
showTag bool
final

Methods

formattedLogMessage(LogRecord logRecord, {String? ifTagIsNull()?}) String
formattedLogPrefix(LogLevel level) String
isError(LogLevel logLevel) bool
log(LogRecord logRecord) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited