menu
h_utils package
documentation
control_flow/conditions.dart
notBlank function
notBlank function
dark_mode
light_mode
notBlank
function
bool
notBlank
(
String
x
)
Implementation
bool notBlank(String x) => notNull(x) && x.trim().isNotEmpty;
h_utils package
documentation
control_flow/conditions
notBlank function
conditions library