menu
ngcompiler 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]);
ngcompiler package
documentation
v1/src/compiler/attribute_matcher
AttributeMatcher
AttributeMatcher const constructor
AttributeMatcher class