GenerateModel constructor
const
GenerateModel({})
Implementation
const GenerateModel({
this.className,
this.fields = const {('id', 'String?')},
this.shouldInherit = false,
this.inheritanceConstructor,
this.keyStringCase = 'CAMEL_CASE',
});