menu
deex package
documentation
rx/rx_types/rx_types.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;
deex package
documentation
rx/rx_types/rx_types
RxnStringExt
isEmpty property
RxnStringExt extension on
Rx
<
String
?
>