menu
refreshed package
documentation
get_rx/src/rx_types/rx_types.dart
RxnStringExt
trim method
trim method
dark_mode
light_mode
trim
method
String
?
trim
(
)
Returns the string without any leading and trailing whitespace.
Implementation
String? trim() => value?.trim();
refreshed package
documentation
get_rx/src/rx_types/rx_types
RxnStringExt
trim method
RxnStringExt extension on
Rx
<
String
?
>