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