menu
jetleaf_lang package
documentation
lang.dart
StringBuilder
isNotEmpty method
isNotEmpty method
dark_mode
light_mode
isNotEmpty
method
bool
isNotEmpty
(
)
Returns true if this StringBuilder is not empty.
Implementation
bool isNotEmpty() => length() > 0;
jetleaf_lang package
documentation
lang
StringBuilder
isNotEmpty method
StringBuilder class