PigeonOptions constructor
const
PigeonOptions({
- String? input,
- String? dartOut,
- String? dartTestOut,
- String? objcHeaderOut,
- String? objcSourceOut,
- ObjcOptions? objcOptions,
- String? javaOut,
- JavaOptions? javaOptions,
- String? swiftOut,
- SwiftOptions? swiftOptions,
- String? kotlinOut,
- KotlinOptions? kotlinOptions,
- String? cppHeaderOut,
- String? cppSourceOut,
- CppOptions? cppOptions,
- DartOptions? dartOptions,
- String? copyrightHeader,
- bool? oneLanguage,
- String? astOut,
- bool? debugGenerators,
- String? basePath,
- String? dartPackageName,
Creates a instance of PigeonOptions
Implementation
const PigeonOptions({
this.input,
this.dartOut,
this.dartTestOut,
this.objcHeaderOut,
this.objcSourceOut,
this.objcOptions,
this.javaOut,
this.javaOptions,
this.swiftOut,
this.swiftOptions,
this.kotlinOut,
this.kotlinOptions,
this.cppHeaderOut,
this.cppSourceOut,
this.cppOptions,
this.dartOptions,
this.copyrightHeader,
this.oneLanguage,
this.astOut,
this.debugGenerators,
this.basePath,
String? dartPackageName,
}) : _dartPackageName = dartPackageName;