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