menu
angular_compiler package
documentation
v1/src/compiler/attribute_matcher.dart
ExactAttributeMatcher
ExactAttributeMatcher constructor
ExactAttributeMatcher constructor
dark_mode
light_mode
ExactAttributeMatcher
constructor
ExactAttributeMatcher
(
String
name
,
String
?
value
)
Implementation
ExactAttributeMatcher(String name, String? value) : super(name, value);
angular_compiler package
documentation
v1/src/compiler/attribute_matcher
ExactAttributeMatcher
ExactAttributeMatcher constructor
ExactAttributeMatcher class