menu
tom_d4rt_ast package
documentation
runtime.dart
InterpretedClass
findStaticGetter method
findStaticGetter method
dark_mode
light_mode
findStaticGetter
method
InterpretedFunction
?
findStaticGetter
(
String
name
)
Implementation
InterpretedFunction? findStaticGetter(String name) => staticGetters[name];
tom_d4rt_ast package
documentation
runtime
InterpretedClass
findStaticGetter method
InterpretedClass class