Icon class
A class that defines Unicode icons for console message icons.
The Icon class contains static constant strings representing Unicode icons for various console messages. These icons can be used to provide visual cues in styled console messages.
Constructors
- Icon()
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
-
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
Constants
- unicodeDebug → const String
- Represents a debug icon (🐞).
- unicodeError → const String
- Represents an error icon (❌).
- unicodeFatal → const String
- Represents a fatal error icon (💥).
- unicodeInfo → const String
- Represents an information icon (ℹ️).
- unicodeTrace → const String
- Represents a trace icon (🕵️♂️).
- unicodeWarning → const String
- Represents a warning icon (⚠️).