menu
ngcompiler package
documentation
v1/src/compiler/attribute_matcher.dart
HyphenAttributeMatcher
matches method
matches method
dark_mode
light_mode
matches
method
@
override
bool
matches
(
String
?
value
)
override
Implementation
@override bool matches(String? value) => value == this.value || value!.startsWith(_prefix);
ngcompiler package
documentation
v1/src/compiler/attribute_matcher
HyphenAttributeMatcher
matches method
HyphenAttributeMatcher class