d static method

dynamic d(
  1. Object msg
)

Implementation

static d(Object msg) {
  _logger.d(msg);
}