menu
subpackage_lint package
documentation
exclude/exclude.dart
ExcludeExtensions
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
String
path
)
Implementation
bool matches(String path) { return Glob(this).matches(path); }
subpackage_lint package
documentation
exclude/exclude
ExcludeExtensions
matches method
ExcludeExtensions extension on
String