menu
reactter package
documentation
core.dart
ObjStringExt
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Whether this string is empty.
Implementation
bool get isEmpty => value.isEmpty;
reactter package
documentation
core
ObjStringExt
isEmpty property
ObjStringExt extension on
Obj
<
String
>