menu
get package
documentation
get_rx/src/rx_types/rx_types.dart
RxStringExt
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;
get package
documentation
get_rx/src/rx_types/rx_types
RxStringExt
isEmpty property
RxStringExt extension on
Rx
<
String
>