BridgedMethodCallable constructor

BridgedMethodCallable(
  1. BridgedInstance<Object> _instance,
  2. BridgedMethodAdapter _adapter,
  3. String _methodName
)

Implementation

BridgedMethodCallable(this._instance, this._adapter, this._methodName);