yellow method

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

Implementation

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