ObjectModelWriter constructor

const ObjectModelWriter(
  1. PubspecConfig pubspecConfig,
  2. ObjectModel jsonModel,
  3. YmlGeneratorConfig yamlConfig
)

Implementation

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