menu
netease_common package
documentation
netease_common.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;
netease_common package
documentation
netease_common
TextUtils
isEmpty static method
TextUtils class