menu
inngage_plugin package
documentation
util/utils.dart
InngageUtils
isNullOrEmpty static method
isNullOrEmpty static method
dark_mode
light_mode
isNullOrEmpty
static method
bool
isNullOrEmpty
(
String
?
text
)
Implementation
static bool isNullOrEmpty(String? text) { return text == null || text.isEmpty; }
inngage_plugin package
documentation
util/utils
InngageUtils
isNullOrEmpty static method
InngageUtils class