menu
tencentcloud_ai_desk_customer package
documentation
ui/utils/common_utils.dart
TencentDeskUtils
checkString static method
checkString static method
dark_mode
light_mode
checkString
static method
String
?
checkString
(
String
?
text
)
Implementation
static String? checkString(String? text){ return (text != null && text.isEmpty) ? null : text; }
tencentcloud_ai_desk_customer package
documentation
ui/utils/common_utils
TencentDeskUtils
checkString static method
TencentDeskUtils class