menu
brick_base package
documentation
core/extensions/context_extensions.dart
StringX
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Check if string is empty or null
Implementation
bool get isEmpty => trim().isEmpty;
brick_base package
documentation
core/extensions/context_extensions
StringX
isEmpty property
StringX extension on
String