menu
reactter package
documentation
core.dart
ObjStringNullExt
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
ObjStringNullExt
isEmpty property
ObjStringNullExt extension on
Obj
<
String
?
>