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