green method Null safety

String green(
  1. String? text
)

Implementation

static String green (String? text) => '\x1B[32m$text\x1B[m';