warn method

String warn(
  1. String s
)

Styles s as warning output.

Implementation

String warn(String s) => _pc.yellow(s);