c static method

void c(
  1. Object? object
)

cool will use color cyan

Implementation

static void c(Object? object) => cool(object);