DeferredMessage class
Class holding the deferred message properties.
Constructors
- DeferredMessage.new(String text, CliLoggerKind kind)
-
Creates a DeferredMessage instance with the given properties.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → CliLoggerKind
-
The message kind.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
The message text.
final
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