PigeonOptions constructor

const PigeonOptions({
  1. String? input,
  2. String? dartOut,
  3. String? dartTestOut,
  4. String? objcHeaderOut,
  5. String? objcSourceOut,
  6. ObjcOptions? objcOptions,
  7. String? javaOut,
  8. JavaOptions? javaOptions,
  9. String? swiftOut,
  10. SwiftOptions? swiftOptions,
  11. String? arkTSOut,
  12. ArkTSOptions? arkTSOptions,
  13. String? kotlinOut,
  14. KotlinOptions? kotlinOptions,
  15. String? cppHeaderOut,
  16. String? cppSourceOut,
  17. CppOptions? cppOptions,
  18. DartOptions? dartOptions,
  19. String? copyrightHeader,
  20. bool? oneLanguage,
  21. String? astOut,
  22. bool? debugGenerators,
  23. String? basePath,
  24. 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.arkTSOut,
  this.arkTSOptions,
  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;