menu
refreshed package
documentation
get_rx/src/rx_types/rx_types.dart
RxStringExt
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
RxStringExt
trim method
RxStringExt extension on
Rx
<
String
>