menu
angular_compiler package
documentation
v1/src/compiler/attribute_matcher.dart
SubstringAttributeMatcher
matches method
matches method
dark_mode
light_mode
matches
method
@
override
bool
matches
(
String
?
value
)
override
Implementation
@override
bool
matches(
String?
value) => value!.contains(
this
.value!);
angular_compiler package
documentation
v1/src/compiler/attribute_matcher
SubstringAttributeMatcher
matches method
SubstringAttributeMatcher class