DEBUG function

void DEBUG(
  1. Object? m
)

Implementation

void DEBUG(Object? m)  => Log.instance.debug(m);