KotlinProxyApiOptions constructor

const KotlinProxyApiOptions({
  1. String? fullClassName,
  2. int? minAndroidApi,
})

Construct a KotlinProxyApiOptions.

Implementation

const KotlinProxyApiOptions({this.fullClassName, this.minAndroidApi});