menu
angular_compiler package
documentation
v1/src/compiler/attribute_matcher.dart
SubstringAttributeMatcher
SubstringAttributeMatcher.new constructor
SubstringAttributeMatcher.new constructor
dark_mode
light_mode
SubstringAttributeMatcher
constructor
SubstringAttributeMatcher
(
String
name
,
String
?
substring
)
Implementation
SubstringAttributeMatcher(
String
name,
String?
substring) :
super
(name, substring);
angular_compiler package
documentation
v1/src/compiler/attribute_matcher
SubstringAttributeMatcher
SubstringAttributeMatcher.new constructor
SubstringAttributeMatcher class