menu
get package
documentation
get_rx/src/rx_types/rx_types.dart
RxnStringExt
matchAsPrefix method
matchAsPrefix method
dark_mode
light_mode
matchAsPrefix
method
Match
?
matchAsPrefix
(
String
string
, [
int
start
=
0
])
Implementation
Match? matchAsPrefix(String string, [int start = 0]) { return value?.matchAsPrefix(string, start); }
get package
documentation
get_rx/src/rx_types/rx_types
RxnStringExt
matchAsPrefix method
RxnStringExt extension on
Rx
<
String
?
>