menu
get package
documentation
get_rx/src/rx_types/rx_types.dart
RxStringExt
compareTo method
compareTo method
dark_mode
light_mode
compareTo
method
int
compareTo
(
String
other
)
Implementation
int compareTo(String other) { return value.compareTo(other); }
get package
documentation
get_rx/src/rx_types/rx_types
RxStringExt
compareTo method
RxStringExt extension on
Rx
<
String
>