ProxyApi constructor

const ProxyApi({
  1. Type? superClass,
  2. KotlinProxyApiOptions? kotlinOptions,
  3. SwiftProxyApiOptions? swiftOptions,
})

Parametric constructor for ProxyApi.

Implementation

const ProxyApi({this.superClass, this.kotlinOptions, this.swiftOptions});