AdditionalProperties constructor

const AdditionalProperties({
  1. bool? allowUnicodeIdentifiers = false,
  2. bool? ensureUniqueParams = true,
  3. bool? useEnumExtension = false,
  4. bool enumUnknownDefaultCase = false,
  5. bool? prependFormOrBodyParameters = false,
  6. String? pubAuthor,
  7. String? pubAuthorEmail,
  8. String? pubDescription,
  9. String? pubHomepage,
  10. bool legacyDiscriminatorBehavior = true,
  11. String? pubName,
  12. String? pubVersion,
  13. bool? sortModelPropertiesByRequiredFlag = true,
  14. bool? sortParamsByRequiredFlag = true,
  15. String? sourceFolder,
  16. Wrapper wrapper = Wrapper.none,
})

Implementation

const AdditionalProperties({
  this.allowUnicodeIdentifiers = false,
  this.ensureUniqueParams = true,
  this.useEnumExtension = false,
  this.enumUnknownDefaultCase = false,
  this.prependFormOrBodyParameters = false,
  this.pubAuthor,
  this.pubAuthorEmail,
  this.pubDescription,
  this.pubHomepage,
  this.legacyDiscriminatorBehavior = true,
  this.pubName,
  this.pubVersion,
  this.sortModelPropertiesByRequiredFlag = true,
  this.sortParamsByRequiredFlag = true,
  this.sourceFolder,
  this.wrapper = Wrapper.none,
});