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