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? kotlinOut,
  12. KotlinOptions? kotlinOptions,
  13. String? cppHeaderOut,
  14. String? cppSourceOut,
  15. CppOptions? cppOptions,
  16. DartOptions? dartOptions,
  17. String? copyrightHeader,
  18. bool? oneLanguage,
  19. String? astOut,
  20. bool? debugGenerators,
  21. String? basePath,
  22. 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;