red method

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

Implementation

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