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