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