DebugTree class
Constructors
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