GenStats constructor
const
GenStats({})
Implementation
const GenStats({
required this.filesProcessed,
required this.filesIgnored,
required this.outputFilesCreated,
required this.outputFiles,
required this.totalBytes,
required this.duration,
required this.ignoreReasons,
});