ObjectModelWriter constructor
const
ObjectModelWriter(
- PubspecConfig pubspecConfig,
- ObjectModel jsonModel,
- List<
Field> extendsFields, - YmlGeneratorConfig yamlConfig,
Implementation
const ObjectModelWriter(
this.pubspecConfig,
this.jsonModel,
this.extendsFields,
this.yamlConfig,
);