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