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