SwiftProxyApiOptions constructor
const
SwiftProxyApiOptions({})
Constructs a SwiftProxyApiOptions.
Implementation
const SwiftProxyApiOptions({
this.name,
this.import,
this.minIosApi,
this.minMacosApi,
this.supportsIos = true,
this.supportsMacos = true,
});