white static method

void white(
  1. String msg
)

Implementation

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