CarapaceSpecWriter constructor
CarapaceSpecWriter(
- CarapaceSpecConverter converter, {
- bool development = false,
- String? outputPath,
Implementation
new(this.converter, {this.development = false, String? outputPath})
: path =
outputPath ?? _carapaceSpecPath(converter.registry.name, development);