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