ObjectModelWriter constructor

const ObjectModelWriter(
  1. PubspecConfig pubspecConfig,
  2. ObjectModel jsonModel,
  3. List<Field> extendsFields,
  4. YmlGeneratorConfig yamlConfig,
)

Implementation

const ObjectModelWriter(
  this.pubspecConfig,
  this.jsonModel,
  this.extendsFields,
  this.yamlConfig,
);