Message mixin

A Message that can be logged by the Dartle logger without using the logging pattern, and potentially adding terminal styling such as with ColoredLogMessage and AnsiMessage.

Mixin Applications

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

getPrintable(bool useColor) Object
The message to be printed out.
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.
override

Operators

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