LogStringModel class

Inheritance

Constructors

LogStringModel(String text, {LogBorderType borderType = LogBorderType.single, LogColor? color})
LogStringModel.bottom(String text, {LogColor? color})
const
LogStringModel.header(String text, {LogColor? color})
LogStringModel.middle(String text, {LogColor? color})
LogStringModel.single(String text, {LogColor? color})

Properties

borderType LogBorderType
A enum that represents the type of border of your log template
final
color LogColor?
The color of the text and borders printed in the log
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The final text that will be printed
final

Methods

copyWith({String? text, String? icon, LogBorderType? borderType, LogColor? color}) LogStringModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited