menu
fast_app_base package
documentation
common/data/preference/item/rx_preference_item.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;
fast_app_base package
documentation
common/data/preference/item/rx_preference_item
RxnStringExt
isEmpty property
RxnStringExt extension on
Rx
<
String
?
>