menu
flutter_xcore package
documentation
export_helper.dart
RxnStringExt
compareTo method
compareTo method
dark_mode
light_mode
compareTo
method
int
?
compareTo
(
String
other
)
Implementation
int? compareTo(String other) { return value?.compareTo(other); }
flutter_xcore package
documentation
export_helper
RxnStringExt
compareTo method
RxnStringExt extension on
Rx
<
String
?
>