retrace
dartclient_demin
TextFormatter
yellow method
yellow
retrace
dartclient_demin
TextFormatter
yellow method
TextFormatter class
Constructors
TextFormatter
Properties
useColors
hashCode
runtimeType
Methods
format
red
yellow
noSuchMethod
toString
Operators
operator ==
yellow
method
String
yellow
(
String
text
)
Implementation
String yellow(String text) => useColors ? "${Colors.YELLOW}${text}${Colors.NONE}" : text;