GenerationOptions constructor

const GenerationOptions({
  1. int? forSchema,
  2. bool nnbd = false,
  3. bool writeDataClasses = true,
  4. bool writeCompanions = true,
  5. bool writeForMoorPackage = false,
  6. bool nullAwareTypeConverters = false,
})

Implementation

const GenerationOptions({
  this.forSchema,
  this.nnbd = false,
  this.writeDataClasses = true,
  this.writeCompanions = true,
  this.writeForMoorPackage = false,
  this.nullAwareTypeConverters = false,
});