TaskbarMessage class
A message to show on the taskbar, with an associated severity.
Constructors
- TaskbarMessage({required Severity severity, required String text})
- Creates a message to show on the taskbar.
Properties
- burtLog → BurtLog
-
Returns the message in the form of a BurtLog
no setter
- burtLogLevel → BurtLogLevel
-
Returns the severity in the equivalent value for a BurtLogLevel
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severity → Severity
-
The severity of this message.
final
- text → String
-
The text of this message.
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