menu
sing_plugin_tools package
documentation
export.dart
RxnStringExt
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
?
get
isEmpty
Returns true if this string is empty.
Implementation
bool? get isEmpty => value?.isEmpty;
sing_plugin_tools package
documentation
export
RxnStringExt
isEmpty property
RxnStringExt extension on
Rx
<
String
?
>