cyan method

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

Implementation

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