BuiltConfigOptions constructor

const BuiltConfigOptions({
  1. bool outputJson = false,
  2. String? jsonFileName,
})

Implementation

const BuiltConfigOptions({
  this.outputJson = false,
  this.jsonFileName,
});