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