KotlinProxyApiOptions class

Options that control how Kotlin code will be generated for a specific ProxyApi.

Constructors

KotlinProxyApiOptions({String? fullClassName, int? minAndroidApi})
Construct a KotlinProxyApiOptions.
const

Properties

fullClassName String?
The name of the full runtime Kotlin class name (including the package).
final
hashCode int
The hash code for this object.
no setterinherited
minAndroidApi int?
The minimum Android api version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited