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