d static method
void
d({})
Implementation
static void d(
{String tag = '',
AlogType type = AlogType.normal,
String moduleName = '',
String content = ''}) {
js.context['console']
.callMethod('debug', [tag, type.index, moduleName, 0, content]);
}