section static method
Implementation
static void section(String text) {
stdout.writeln('');
stdout.writeln('▸ $text');
stdout.writeln('');
}
static void section(String text) {
stdout.writeln('');
stdout.writeln('▸ $text');
stdout.writeln('');
}