Model constructor
const
Model({
- bool documentation = true,
- bool withFields = true,
- bool withConstructor = true,
- bool withFromMap = true,
- bool withFromJson = true,
- bool withToJson = true,
- bool withToMap = true,
- bool withMutate = true,
- bool withHashCode = true,
- bool withEquals = true,
- bool withToString = true,
- bool withMirror = true,
Implementation
const Model({
this.documentation = true,
this.withFields = true,
this.withConstructor = true,
this.withFromMap = true,
this.withFromJson = true,
this.withToJson = true,
this.withToMap = true,
this.withMutate = true,
this.withHashCode = true,
this.withEquals = true,
this.withToString = true,
this.withMirror = true
});