findStaticMethod method

InterpretedFunction? findStaticMethod(
  1. String name
)

Implementation

InterpretedFunction? findStaticMethod(String name) => staticMethods[name];