SemiLogContent class
Constructors
- SemiLogContent(String _msg, {ANSIStyles color = colored.ANSIStyles.defaultStyle, ANSIStyles bg = colored.ANSIStyles.bgDefault, ANSIStyles fontStyle = colored.ANSIStyles.defaultStyle})
-
const
Properties
- bg → ANSIStyles
-
The text background
final
- color → ANSIStyles
-
The text color
final
- fontStyle → ANSIStyles
-
The text's font style
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
apply(
) → String - return your string with code style
-
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