debug static method

void debug(
  1. Object? object
)

hide will use color white

Implementation

static void debug(Object? object) => printWhite(object);