menu
angular_compiler package
documentation
v1/src/compiler/attribute_matcher.dart
HyphenAttributeMatcher
HyphenAttributeMatcher constructor
HyphenAttributeMatcher constructor
dark_mode
light_mode
HyphenAttributeMatcher
constructor
HyphenAttributeMatcher
(
String
name
,
String
?
value
)
Implementation
HyphenAttributeMatcher(String name, String? value) : _prefix = '$value-', super(name, value);
angular_compiler package
documentation
v1/src/compiler/attribute_matcher
HyphenAttributeMatcher
HyphenAttributeMatcher constructor
HyphenAttributeMatcher class