DynCallHttpExecutorFactory_builder<E, O> constructor

DynCallHttpExecutorFactory_builder<E, O>(
  1. DynCallHttpExecutorFactory factory,
  2. DynCall<E, O> call
)

This constructor shouldn't be used. Use the Factory method call(...).

Implementation

DynCallHttpExecutorFactory_builder(this.factory, this.call);