redBold method
Implementation
PrintColored redBold(String text) {
outputs.add(Output(text, PrintColor.red, isBold: true));
return this;
}
PrintColored redBold(String text) {
outputs.add(Output(text, PrintColor.red, isBold: true));
return this;
}