OpenApiLibraryGenerator constructor

OpenApiLibraryGenerator(
  1. APIDocument api,
  2. String baseName,
  3. String partFileName,
  4. String freezedPartFileName, {
  5. bool useNullSafetySyntax = false,
  6. bool apiMethodsWithRequest = false,
})

Implementation

OpenApiLibraryGenerator(
  this.api,
  this.baseName,
  this.partFileName,
  this.freezedPartFileName, {
  this.useNullSafetySyntax = false,
  this.apiMethodsWithRequest = false,
});