magenta method

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

Implementation

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