findStaticGetter method

Callable? findStaticGetter(
  1. String name
)

Implementation

Callable? findStaticGetter(String name) {
  return staticGetters[name];
}