menu
srcker_utils package
documentation
text/text_utils.dart
TextUtils
isEmpty static method
isEmpty static method
dark_mode
light_mode
isEmpty
static method
bool
isEmpty
(
String
text
)
判断文本内容是否为空
Implementation
static bool isEmpty(String text) => text == null || text.isEmpty;
srcker_utils package
documentation
text/text_utils
TextUtils
isEmpty static method
TextUtils class