error static method

void error(
  1. String value
)

Implementation

static void error(String value) => stderr.writeln('${red('✗')} $value');