blue method

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

Implementation

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