menu
ngcompiler package
documentation
v1/src/compiler/output/output_ast.dart
Expression
key method
key method
dark_mode
light_mode
key
method
ReadKeyExpr
key
(
Expression
index
, [
OutputType
?
type
])
Implementation
ReadKeyExpr key(Expression index, [OutputType? type]) { return ReadKeyExpr(this, index, type); }
ngcompiler package
documentation
v1/src/compiler/output/output_ast
Expression
key method
Expression class