OutputSpec constructor
const
OutputSpec({
- required OutputFormat format,
- String? filePath,
Creates an output spec. A null/empty filePath means stdout.
Implementation
const OutputSpec({required this.format, this.filePath});