asMethod property
BridgeMethodDef
get
asMethod
Extension to create a method from a function def
Implementation
BridgeMethodDef get asMethod {
return BridgeMethodDef(this);
}
Extension to create a method from a function def
BridgeMethodDef get asMethod {
return BridgeMethodDef(this);
}