$error method
Implementation
void $error({
Object? msg,
String? tag,
StackTrace? stackTrace,
int level = 2,
}) {
e(
msg: msg,
tag: tag,
error: this,
stackTrace: stackTrace,
level: level,
);
}
void $error({
Object? msg,
String? tag,
StackTrace? stackTrace,
int level = 2,
}) {
e(
msg: msg,
tag: tag,
error: this,
stackTrace: stackTrace,
level: level,
);
}