Semantic hint strings for DecoratedNode.leadingHint and DecoratedNode.trailingHint.
These constants are the shared vocabulary between LogFormatters (which
set the hints) and TerminalLayout (which interprets them). Using named
constants instead of raw strings prevents typos, enables IDE navigation,
and makes the coupling explicit.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Constants
- hierarchyTrace → const String
- Prefix for hierarchy / stack-trace indentation.
- structuredHeader → const String
-
Prefix for a structured-format header line (fills with
_). - structuredMessage → const String
- Prefix for a structured-format message/body line.
- structuredSeparator → const String
-
Prefix for a structured-format separator line (fills with
_).