menu
fpj_core package
documentation
fpj_cores.dart
TextUtil
isEmpty static method
isEmpty static method
dark_mode
light_mode
isEmpty
static method
bool
isEmpty
(
String
?
text
)
isEmpty
Implementation
static bool isEmpty(String? text) { return text == null || text.isEmpty; }
fpj_core package
documentation
fpj_cores
TextUtil
isEmpty static method
TextUtil class