menu
bones_ui package
documentation
bones_ui_test.dart
TMapValue
matches method
matches method
dark_mode
light_mode
matches
method
@
override
Match
?
matches
(
String
s
)
override
Implementation
@override Match? matches(String s) { return PATTERN.firstMatch(s); }
bones_ui package
documentation
bones_ui_test
TMapValue
matches method
TMapValue class