menu
fluttery_framework package
documentation
view.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); }
fluttery_framework package
documentation
view
RxnStringExt
matchAsPrefix method
RxnStringExt extension on
Rx
<
String
?
>