black method

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

Implementation

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