Model constructor
Model(})
Implementation
Model(
this.name,
this.inputFile, {
this.fields = const [],
this.isEnum = false,
this.codeComments = const <String>[],
});
Model(
this.name,
this.inputFile, {
this.fields = const [],
this.isEnum = false,
this.codeComments = const <String>[],
});