$info method
Implementation
void $info({String? tag, StackTrace? stackTrace, int level = 2}) {
i(this, tag: tag, stackTrace: stackTrace, level: level);
}
void $info({String? tag, StackTrace? stackTrace, int level = 2}) {
i(this, tag: tag, stackTrace: stackTrace, level: level);
}