red method

  1. @override
String red(
  1. String s
)
override

Implementation

@override
String red(String s) => '\x1B[31m$s\x1B[0m';