d static method

void d(
  1. dynamic obj
)

Implementation

static void d(dynamic obj) {
  if (_isDebug) {
    _log(obj.toString());
  }
}