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