CarapaceSpecWriter constructor

CarapaceSpecWriter(
  1. CarapaceSpecConverter converter, {
  2. bool development = false,
  3. String? outputPath,
})

Implementation

new(this.converter, {this.development = false, String? outputPath})
  : path =
        outputPath ?? _carapaceSpecPath(converter.registry.name, development);