gray method

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

Implementation

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