black method

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

Implementation

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