menu
dio_http_util package
documentation
response_parser.dart
PathMatcher
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
String
path
)
检查路径是否匹配
Implementation
bool matches(String path) { return pattern.allMatches(path).isNotEmpty; }
dio_http_util package
documentation
response_parser
PathMatcher
matches method
PathMatcher class