GenerateDartModel.optional constructor
const
GenerateDartModel.optional({})
Construcs a new instance of GenerateDartModel, forcing all parameters to be optional.
Implementation
const GenerateDartModel.optional({
this.className,
this.fields,
this.shouldInherit,
this.inheritanceConstructor,
this.keyStringCase,
this.description,
});