PlainMessage class

A Message that is always printed in "plain text" (i.e. no colors or styles, no log formatting).

Mixed in types

Constructors

PlainMessage(Object value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Object
final

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