error method

String error(
  1. String s
)

Styles s as error output.

Implementation

String error(String s) => _pc.red(s);