asMethod property

BridgeMethodDef get asMethod

Extension to create a method from a function def

Implementation

BridgeMethodDef get asMethod {
  return BridgeMethodDef(this);
}