Config constructor

Config({
  1. String outPath = 'csharp/Model.cs',
  2. String namespace = '{package_name}',
})

Implementation

Config({
  this.outPath = 'csharp/Model.cs',
  this.namespace = '{package_name}',
});