error static method

void error(
  1. String message
)

Implementation

static void error(String message) => _print(ConsoleSymbols.error, message);