GenerateDartModel constructor
const
GenerateDartModel({})
Constructs a new instance of GenerateDartModel from optional and required parameters.
Implementation
const GenerateDartModel({
this.className,
this.fields,
this.shouldInherit,
this.inheritanceConstructor,
this.keyStringCase,
this.description,
});