yellow static method

void yellow(
  1. String msg
)

Implementation

static void yellow(String msg) {
  if (kDebugMode) developer.log('\x1B[33m$msg\x1B[0m');
}