yellow method Null safety

String yellow(
  1. String? text
)

Implementation

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