BridgedStaticMethodCallable constructor

BridgedStaticMethodCallable(
  1. BridgedClass _bridgedClass,
  2. BridgedStaticMethodAdapter _adapter,
  3. String _methodName
)

Implementation

BridgedStaticMethodCallable(
  this._bridgedClass,
  this._adapter,
  this._methodName,
);