static void i({String? biz, required String msg, String? docUrl}) { if (_shouldLog(AntdLogLevel.info)) { _printLog('Info', biz, msg, docUrl); } }