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