findConstructorAdapter method

BridgedConstructorCallable? findConstructorAdapter(
  1. String name
)

Implementation

BridgedConstructorCallable? findConstructorAdapter(String name) {
  return constructors[name];
}