green static method

String green(
  1. dynamic str
)

Green color.

Implementation

static String green(str) => '\u001b[32m' + str + reset;