asFactory property

BridgeConstructorDef get asFactory

Extension to create a factory constructor from a function def

Implementation

BridgeConstructorDef get asFactory {
  return BridgeConstructorDef(this);
}