ModelGenerator constructor
ModelGenerator(})
Creates a new instance of ModelGenerator.
Implementation
ModelGenerator(
this.jsonString, {
this.className = 'test',
this.output = 'output/models',
this.toJson = false,
this.fromJson = false,
});