findStaticSetter method

Callable? findStaticSetter(
  1. String name
)

Implementation

Callable? findStaticSetter(String name) {
  return staticSetters[name];
}