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