red method Null safety

String red(
  1. String? text
)

Implementation

static String red (String? text) => '\x1B[31m$text\x1B[0m';