warning static method

void warning(
  1. String message
)

Implementation

static void warning(String message) =>
    stdout.writeln('  ${_c('WARNING', _yellow)} $message');