SwiftProxyApiOptions class
Options that control how Swift code will be generated for a specific ProxyApi.
Constructors
- SwiftProxyApiOptions({String? name, String? import, String? minIosApi, String? minMacosApi, bool supportsIos = true, bool supportsMacos = true})
-
Constructs a SwiftProxyApiOptions.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- import → String?
-
The name of the module that needs to be imported to access the class.
final
- minIosApi → String?
-
The API version requirement for iOS.
final
- minMacosApi → String?
-
The API version requirement for macOS.
final
- name → String?
-
The name of the Swift class.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportsIos → bool
-
Whether this ProxyApi class compiles on iOS.
final
- supportsMacos → bool
-
Whether this ProxyApi class compiles on macOS.
final
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