Display a bullet point
static void bullet(String text, {String bullet = '•'}) { stdout.writeln(' $bullet $text'); }