menu
angular_compiler package
documentation
v1/src/compiler/attribute_matcher.dart
ExactAttributeMatcher
ExactAttributeMatcher.new constructor
ExactAttributeMatcher.new 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.new constructor
ExactAttributeMatcher class