warn static method

void warn(
  1. String value
)

Implementation

static void warn(String value) => stderr.writeln('${yellow('!')} $value');