asStaticMethod property

BridgeMethodDef get asStaticMethod

Extension to create a static method from a function def

Implementation

BridgeMethodDef get asStaticMethod {
  return BridgeMethodDef(this, isStatic: true);
}