menu
stl
stl.dart
StringView
isNotEmpty property
isNotEmpty
dark_mode
light_mode
isNotEmpty
property
bool
get
isNotEmpty
Returns
true
if the string view is not empty.
Implementation
bool get isNotEmpty => length > 0;
stl
stl
StringView
isNotEmpty property
StringView class