AnsiMessage class

A log message that may be displayed with ANSI modifiers (i.e. fore/background colors and styles).

Mixed in types

Constructors

AnsiMessage(List<AnsiMessagePart> parts)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
parts List<AnsiMessagePart>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPrintable(bool useColor) Object
The message to be printed out.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
This is called by the logging system even if the message is not logged, so do not override this! Use value to return the actual printable representation of this message.
inherited

Operators

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