menu
angular_compiler package
documentation
v1/src/compiler/template_ast.dart
TextAst
TextAst.new constructor
TextAst.new constructor
dark_mode
light_mode
TextAst
constructor
TextAst
(
String
value
,
int
?
ngContentIndex
,
SourceSpan
sourceSpan
)
Implementation
TextAst(
this
.value,
this
.ngContentIndex,
this
.sourceSpan);
angular_compiler package
documentation
v1/src/compiler/template_ast
TextAst
TextAst.new constructor
TextAst class
Constructors
new
Properties
hashCode
ngContentIndex
runtimeType
sourceSpan
value
Methods
noSuchMethod
toString
visit
Operators
operator ==