menu
tom_d4rt_ast package
documentation
runtime.dart
InterpretedExtension
findStaticGetter method
findStaticGetter method
dark_mode
light_mode
findStaticGetter
method
Callable
?
findStaticGetter
(
String
name
)
Implementation
Callable? findStaticGetter(String name) { return staticGetters[name]; }
tom_d4rt_ast package
documentation
runtime
InterpretedExtension
findStaticGetter method
InterpretedExtension class