p static method

void p(
  1. dynamic msg
)

Implementation

static void p(dynamic msg) => Log.print(msg);