menu
playx_theme package
documentation
playx_theme.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;
playx_theme package
documentation
playx_theme
RxStringExt
isEmpty property
RxStringExt extension on
Rx
<
String
>