asConstructor property

BridgeConstructorDef get asConstructor

Extension to create a constructor from a function def

Implementation

BridgeConstructorDef get asConstructor {
  return BridgeConstructorDef(this);
}