menu
ngcompiler package
documentation
v1/src/compiler/view_compiler/expression_converter.dart
NameResolver
getLocal abstract method
getLocal abstract method
dark_mode
light_mode
getLocal
abstract method
Expression
?
getLocal
(
String
name
)
Returns a variable that references the
name
local.
Implementation
o.Expression? getLocal(String name);
ngcompiler package
documentation
v1/src/compiler/view_compiler/expression_converter
NameResolver
getLocal abstract method
NameResolver class